mirror of
https://github.com/bal-spec/sillytavern-character-memory.git
synced 2026-04-28 03:39:44 +00:00
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:
parent
2c120b318b
commit
a4e39033b5
1 changed files with 1 additions and 0 deletions
|
|
@ -378,6 +378,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.charMemory_consolidationStats {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue