From 438d111718b44ddd7399149f67e4d7f8f3850f86 Mon Sep 17 00:00:00 2001 From: Bernard Siebens Date: Mon, 27 Jul 2026 10:19:15 +0200 Subject: [PATCH] Make the navbar responsive on small phone widths Icon-only buttons and truncated labels below the sm breakpoint keep the navbar from forcing the page wider than the device. Also adds a Django admin shortcut for superusers and pins the scrollbar gutter so short and tall pages no longer shift width against each other. --- templates/_base.html | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) diff --git a/templates/_base.html b/templates/_base.html index e652d26..9069285 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -40,21 +40,38 @@ and a "sticky" sidebar still drifts on a long page, which is the thing this is for. {% endcomment %} -