diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-16 15:36:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-16 15:36:49 -0800 |
| commit | c538ccd5cd1d6960c894a2969ee49317009dc9ed (patch) | |
| tree | 1d1b1295f3d63df85fffadaa1159414c74399c6c /frontend-vanilla/src | |
| parent | feea1a814a212efd9b14b8f05e84104ace3c473a (diff) | |
| parent | 80d132b1714aaa281a6532ff66892bfdb7d2c5c2 (diff) | |
| download | neko-c538ccd5cd1d6960c894a2969ee49317009dc9ed.tar.gz neko-c538ccd5cd1d6960c894a2969ee49317009dc9ed.tar.bz2 neko-c538ccd5cd1d6960c894a2969ee49317009dc9ed.zip | |
Merge pull request #7 from adammathes/claude/thicket-ready-crank-RmQuI
More crank pulls from claude
Diffstat (limited to 'frontend-vanilla/src')
| -rw-r--r-- | frontend-vanilla/src/style.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css index 37ba761..440bcca 100644 --- a/frontend-vanilla/src/style.css +++ b/frontend-vanilla/src/style.css @@ -206,7 +206,7 @@ html { transition: padding 0.3s ease; } -@media (max-width: 768px) { +@media (max-width: 1024px) { .main-content { padding: 1rem; padding-top: 4rem; @@ -264,7 +264,7 @@ html { z-index: 999; } -@media (max-width: 768px) { +@media (max-width: 1024px) { .sidebar-visible .sidebar-backdrop { display: block; } @@ -284,12 +284,10 @@ html { transform: translateX(0); box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1); } - - /* Move toggle button with sidebar when visible - Removed to keep it fixed */ } /* Desktop Sidebar state */ -@media (min-width: 769px) { +@media (min-width: 1025px) { /* Desktop Sidebar state - Removed to keep toggle fixed */ } @@ -298,7 +296,7 @@ html { display: none; } -@media (min-width: 769px) { +@media (min-width: 1025px) { .sidebar-hidden .sidebar { display: none; } |
