make the sidebar pop up a little sooner

This commit is contained in:
EthanHealy01 2025-07-08 10:49:01 +01:00
parent c6d32c3b34
commit 09cf72b1e9

View File

@ -309,15 +309,8 @@ label {
/* Styles for 125% zoom level (1920px ÷ 1.25 = 1536px) */ /* Styles for 125% zoom level (1920px ÷ 1.25 = 1536px) */
} }
/* 150% Zoom Level */ /* 150% Zoom Level - Zoom-responsive sidebar for 150% zoom and higher */
@media only screen and (max-width: 1280px) { @media only screen and (max-width: 1280px) {
/* Styles for 150% zoom level (1920px ÷ 1.5 = 1280px) */
}
/* 175% Zoom Level - Zoom-responsive sidebar for 175% zoom and higher */
/* Base styles for both zoom scenarios */
@media only screen and (max-width: 1097px) {
/* Make the main container relative for absolute positioning */ /* Make the main container relative for absolute positioning */
.container { .container {
position: relative; position: relative;