diff options
| author | winter | 2025-01-19 22:17:12 +0000 |
|---|---|---|
| committer | winter | 2025-01-19 22:17:12 +0000 |
| commit | 8c6dad8c48d5d730b102d9de0079fee9752b0d35 (patch) | |
| tree | 2cfe07a8c7958f78c767fd0d1444c3f8fef70511 /static/skeleton.css | |
| parent | 2d9bd87fb1c565ee161f93219ce2533e8dbffe06 (diff) | |
implement notifications
Diffstat (limited to 'static/skeleton.css')
| -rw-r--r-- | static/skeleton.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/static/skeleton.css b/static/skeleton.css index 12bc1e5..e9e39b2 100644 --- a/static/skeleton.css +++ b/static/skeleton.css @@ -125,9 +125,9 @@ ul.sideNavigation { } main { - width: min(1300px, 100%); + width: min(1500px, 100%); display: grid; - grid-template-columns: 1fr min(700px, 100%) 1fr; + grid-template-columns: 1fr min(100%, 700px) 1fr; height: 100%; #leftPane, #rightPane { @@ -135,11 +135,10 @@ main { top: 56px; height: max-content; } - @media (width < 1300px) { + @media (width < 1200px) { #leftPane, #rightPane { - max-width: 0; - visibility: hidden; + display: none; } } } |
