diff --git a/style.css b/style.css index 7196b5f..31b0e44 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,12 @@ + +/* Ensure chat stays centered when panel is visible */ +body:has(.rpg-panel.rpg-position-right) #sheld { + margin: auto !important; +} + +body:has(.rpg-panel.rpg-position-left) #sheld { + margin: auto !important; +} /* ============================================ RPG COMPANION - GAME-LIKE UI - RESPONSIVE ============================================ */