v3.2.2: Remove fixed max-width on mobile to support high zoom levels
This commit is contained in:
@@ -7,9 +7,9 @@ An immersive RPG extension for browsers that tracks character stats, scene infor
|
|||||||
|
|
||||||
## 🆕 What's New
|
## 🆕 What's New
|
||||||
|
|
||||||
### v3.2.1
|
### v3.2.2
|
||||||
|
|
||||||
- Mobile UI fixes (SAVE ME FROM THIS NIGHTMARE).
|
- Mobile UI fixes (WAKE ME UP INSIDE).
|
||||||
|
|
||||||
**Special thanks to all the other contributors for this project:**
|
**Special thanks to all the other contributors for this project:**
|
||||||
Paperboygold, Munimunigamer, Subarashimo, Lilminzyu, Claude, IDeathByte, Chungchandev, Joenunezb, and Amauragis.
|
Paperboygold, Munimunigamer, Subarashimo, Lilminzyu, Claude, IDeathByte, Chungchandev, Joenunezb, and Amauragis.
|
||||||
|
|||||||
+1
-1
@@ -6,6 +6,6 @@
|
|||||||
"js": "index.js",
|
"js": "index.js",
|
||||||
"css": "style.css",
|
"css": "style.css",
|
||||||
"author": "Marinara",
|
"author": "Marinara",
|
||||||
"version": "3.2.1",
|
"version": "3.2.2",
|
||||||
"homePage": "https://github.com/SpicyMarinara/rpg-companion-sillytavern"
|
"homePage": "https://github.com/SpicyMarinara/rpg-companion-sillytavern"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -200,7 +200,6 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
|||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
right: auto !important;
|
right: auto !important;
|
||||||
width: 85% !important;
|
width: 85% !important;
|
||||||
max-width: 320px !important;
|
|
||||||
height: 100dvh !important;
|
height: 100dvh !important;
|
||||||
top: 0 !important;
|
top: 0 !important;
|
||||||
bottom: 0 !important;
|
bottom: 0 !important;
|
||||||
@@ -212,7 +211,6 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
|||||||
left: auto !important;
|
left: auto !important;
|
||||||
right: 0 !important;
|
right: 0 !important;
|
||||||
width: 85% !important;
|
width: 85% !important;
|
||||||
max-width: 320px !important;
|
|
||||||
height: 100dvh !important;
|
height: 100dvh !important;
|
||||||
top: 0 !important;
|
top: 0 !important;
|
||||||
bottom: 0 !important;
|
bottom: 0 !important;
|
||||||
@@ -5145,7 +5143,6 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
|||||||
|
|
||||||
/* Mobile panel sizing */
|
/* Mobile panel sizing */
|
||||||
width: 85vw !important;
|
width: 85vw !important;
|
||||||
max-width: 400px !important;
|
|
||||||
height: 100dvh !important;
|
height: 100dvh !important;
|
||||||
|
|
||||||
/* Hidden by default - completely removed from layout */
|
/* Hidden by default - completely removed from layout */
|
||||||
|
|||||||
Reference in New Issue
Block a user