mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
make the sidebar pop up a little sooner
This commit is contained in:
parent
c6d32c3b34
commit
09cf72b1e9
@ -309,15 +309,8 @@ label {
|
||||
/* 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) {
|
||||
/* 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 */
|
||||
.container {
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user