From fcc77aba1d6a08b20bf6161557a5573c437816af Mon Sep 17 00:00:00 2001 From: Franciszek Stachura Date: Thu, 13 Aug 2026 20:04:54 +0200 Subject: [PATCH] templates/topbar: remove whitespace from file path Topbar path contains whitespace that is visible after selecting, copying and pasting the path. This commit removes the whitespace. Closes: #434 --- static/style.css | 2 +- templates/topbar.html | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index 7a25d329..4dc94f68 100644 --- a/static/style.css +++ b/static/style.css @@ -1067,12 +1067,12 @@ main { z-index: 2; } - /* responsive */ .open-menu { margin-right: 1.2rem; margin-left: -0.5rem; + user-select: none; } .open-menu::before { font-size: 1.5rem; diff --git a/templates/topbar.html b/templates/topbar.html index c3314923..c0819136 100644 --- a/templates/topbar.html +++ b/templates/topbar.html @@ -1,11 +1,13 @@