diff --git a/web/templates/base.html b/web/templates/base.html index b57ae54..73b1e57 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -89,7 +89,6 @@ border-radius:12px; box-shadow:0 8px 30px rgba(0,0,0,.08); min-width: 160px; padding:6px; display:grid; gap:4px; z-index:60; } - /* KEY FIX: ensure [hidden] actually hides despite display:grid above */ .user-menu[hidden]{ display:none !important; } .user-menu .menu-item{ @@ -97,6 +96,8 @@ padding:10px 12px; border-radius:10px; text-decoration:none; color:var(--nav-ink); background:transparent; border:none; cursor:pointer; + font-size:16px; /* ensure uniform size */ + font-family:inherit; } .user-menu .menu-item:hover{ background:var(--btn-hover); } .user-menu .danger-btn{ color:#b91c1c; } @@ -116,10 +117,6 @@ + New Entry Statistics - {% if user.is_authenticated and user.is_staff %} - Backup - {% endif %} - {% if user.is_authenticated %}