From 8c6dad8c48d5d730b102d9de0079fee9752b0d35 Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 19 Jan 2025 22:17:12 +0000 Subject: implement notifications --- static/skeleton.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'static/skeleton.css') 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; } } } -- cgit v1.3