From 09cf72b1e9404b42f3cadbc9ac311c829d238d28 Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Tue, 8 Jul 2025 10:49:01 +0100 Subject: [PATCH] make the sidebar pop up a little sooner --- .../src/main/resources/static/css/multi-tool.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/stirling-pdf/src/main/resources/static/css/multi-tool.css b/stirling-pdf/src/main/resources/static/css/multi-tool.css index 14fe232ce..b29473983 100644 --- a/stirling-pdf/src/main/resources/static/css/multi-tool.css +++ b/stirling-pdf/src/main/resources/static/css/multi-tool.css @@ -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;