diff --git a/web/templates/base.html b/web/templates/base.html index cbbbf5c..36d43a8 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -39,7 +39,7 @@ .mobile-menu[hidden]{ display:none; } @media (max-width:700px){ - .desktop-nav { display:none; } /* hide the right-side buttons on phones */ + .desktop-nav { display:none; } .hamburger{ display:inline-flex; @@ -49,14 +49,13 @@ border-radius:10px; background:var(--btn-bg); cursor:pointer; - /* stack the bars so it looks like a proper hamburger */ flex-direction: column; gap: 4px; } .hamburger span{ display:block; width:20px; height:2px; - margin:0; /* no vertical margin; spacing comes from gap */ + margin:0; background:var(--nav-ink); border-radius:2px; } @@ -109,7 +108,6 @@ {{ APP_VERSION }} - -