From d63654f1cf06877765b0015928a16729810cc1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Randall=20Havens=20=E2=96=B3=20The=20Empathic=20Tec?= =?UTF-8?q?hnologist=20=E2=9F=81=20Doctor=20Who=2042?= Date: Sat, 8 Nov 2025 19:16:43 -0600 Subject: [PATCH] Update styles.css --- public/styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/styles.css b/public/styles.css index 053ffad..acc3f2a 100755 --- a/public/styles.css +++ b/public/styles.css @@ -21,15 +21,20 @@ html, body { height: var(--topbar-h); display: flex; align-items: center; background: #111; border-bottom: 1px solid #222; padding: 0 1rem; z-index: 1000; gap: 1.5rem; + overflow: hidden; } #menuBtn { background: none; border: 0; color: var(--accent); - font-size: 1.5rem; cursor: pointer; font-weight: bold; + font-size: 1.4rem; cursor: pointer; font-weight: bold; + line-height: 1; padding: 0; margin: 0; + min-width: 2.5rem; } .primary-nav { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; + overflow-x: auto; + white-space: nowrap; } .primary-nav a { @@ -42,6 +47,7 @@ html, body { text-shadow: 0 0 8px var(--accent); } +/* Rest unchanged */ #sidebar { position: fixed; top: var(--topbar-h); left: 0; width: 300px; bottom: 0; overflow: auto;