v3.2.2: Remove fixed max-width on mobile to support high zoom levels

This commit is contained in:
Spicy_Marinara
2026-01-08 12:45:20 +01:00
parent 2624309523
commit d41996fb04
3 changed files with 3 additions and 6 deletions
-3
View File
@@ -200,7 +200,6 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
left: 0 !important;
right: auto !important;
width: 85% !important;
max-width: 320px !important;
height: 100dvh !important;
top: 0 !important;
bottom: 0 !important;
@@ -212,7 +211,6 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
left: auto !important;
right: 0 !important;
width: 85% !important;
max-width: 320px !important;
height: 100dvh !important;
top: 0 !important;
bottom: 0 !important;
@@ -5145,7 +5143,6 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
/* Mobile panel sizing */
width: 85vw !important;
max-width: 400px !important;
height: 100dvh !important;
/* Hidden by default - completely removed from layout */