From 8be72a5d1fe32c2063f1ba8f881bddae801884c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Tue, 10 Jun 2025 09:24:37 +0200 Subject: [PATCH] Fix side panel not being hidden on smaller viewports (#1089) --- bookmarks/templates/bookmarks/archive.html | 2 +- bookmarks/templates/bookmarks/index.html | 2 +- bookmarks/templates/bookmarks/shared.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bookmarks/templates/bookmarks/archive.html b/bookmarks/templates/bookmarks/archive.html index cdf7afd..96e6465 100644 --- a/bookmarks/templates/bookmarks/archive.html +++ b/bookmarks/templates/bookmarks/archive.html @@ -31,7 +31,7 @@ {# Tag cloud #} -
+

Tags

diff --git a/bookmarks/templates/bookmarks/index.html b/bookmarks/templates/bookmarks/index.html index 93c4f7d..849aa26 100644 --- a/bookmarks/templates/bookmarks/index.html +++ b/bookmarks/templates/bookmarks/index.html @@ -33,7 +33,7 @@ {# Tag cloud #} -
+

Tags

diff --git a/bookmarks/templates/bookmarks/shared.html b/bookmarks/templates/bookmarks/shared.html index b60e159..88eab9e 100644 --- a/bookmarks/templates/bookmarks/shared.html +++ b/bookmarks/templates/bookmarks/shared.html @@ -28,7 +28,7 @@ {# Filters #} -
+

User