From d42de13d4e60d38eb36e4ff3888fd2e861d5fc70 Mon Sep 17 00:00:00 2001 From: Wally Hackenslacker Date: Mon, 23 Mar 2026 23:15:49 -0400 Subject: [PATCH] Fixed layout issues with the offcanvas sidebar in mobile. --- viewer/templates/gallery_view.html | 78 ++++++++++------------ viewer/templates/image_view.html | 104 +++++++++++++---------------- 2 files changed, 83 insertions(+), 99 deletions(-) diff --git a/viewer/templates/gallery_view.html b/viewer/templates/gallery_view.html index ff655d4..e8186df 100644 --- a/viewer/templates/gallery_view.html +++ b/viewer/templates/gallery_view.html @@ -183,8 +183,9 @@
-

Gallery

-
+
+ + {{ request.user.username }} {% if theme == 'dark' %} @@ -198,54 +199,45 @@
- +
+ {% csrf_token %} + +
diff --git a/viewer/templates/image_view.html b/viewer/templates/image_view.html index b990e84..0ed0ffb 100644 --- a/viewer/templates/image_view.html +++ b/viewer/templates/image_view.html @@ -123,7 +123,7 @@