diff --git a/README.md b/README.md index 8afa07d..8ce9d82 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ An immersive RPG extension for browsers that tracks character stats, scene infor ## 🆕 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:** Paperboygold, Munimunigamer, Subarashimo, Lilminzyu, Claude, IDeathByte, Chungchandev, Joenunezb, and Amauragis. diff --git a/manifest.json b/manifest.json index 42a769e..0c6947e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,6 @@ "js": "index.js", "css": "style.css", "author": "Marinara", - "version": "3.2.1", + "version": "3.2.2", "homePage": "https://github.com/SpicyMarinara/rpg-companion-sillytavern" } diff --git a/style.css b/style.css index 17d2f62..2aee58f 100644 --- a/style.css +++ b/style.css @@ -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 */