Files
rpg-companion-sillytavern/manifest.json
T
Spicy_Marinara 8df6548e0b 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
2026-01-03 11:40:07 +01:00

12 lines
279 B
JSON

{
"display_name": "RPG Companion",
"loading_order": 100,
"requires": [],
"optional": [],
"js": "index.js",
"css": "style.css",
"author": "Marysia",
"version": "2.1.3",
"homePage": "https://github.com/SpicyMarinara/rpg-companion-sillytavern"
}