v2.1.3 - Improved thought bubble positioning and responsiveness

- Align thought bubbles with avatar top instead of center for better visibility
- Fix issue where bubbles extend above avatar when scrolling is limited
- Change thought circles to horizontal layout for cleaner visual flow
- Add responsive positioning that adapts to screen width changes
- Implement smart viewport detection to prevent cutoff at narrow widths
This commit is contained in:
Spicy_Marinara
2026-01-03 11:40:07 +01:00
parent 58020e93d0
commit 8df6548e0b
4 changed files with 73 additions and 60 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
"js": "index.js",
"css": "style.css",
"author": "Marysia",
"version": "2.1.2",
"version": "2.1.3",
"homePage": "https://github.com/SpicyMarinara/rpg-companion-sillytavern"
}