fix: force left-align text in consolidation dialog

SillyTavern's popup dialog centers content by default, causing
bullets and card text to appear centered instead of left-aligned.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
bal-spec 2026-02-17 22:13:23 -08:00
parent 2c120b318b
commit a4e39033b5

View file

@ -378,6 +378,7 @@
display: flex;
flex-direction: column;
gap: 8px;
text-align: left;
}
.charMemory_consolidationStats {