Merge pull request #38 from IDeathByte/main

CSS fix for thought bubble height
This commit is contained in:
Spicy Marinara
2025-11-06 10:05:54 +01:00
committed by GitHub
+1 -1
View File
@@ -4380,7 +4380,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
position: relative;
backdrop-filter: blur(15px);
max-height: 60vh;
max-height: 30vh;
overflow-y: auto;
overflow-x: hidden;
}