From a4e39033b59cee369da8391da526db1d4ed22a0a Mon Sep 17 00:00:00 2001 From: bal-spec Date: Tue, 17 Feb 2026 22:13:23 -0800 Subject: [PATCH] 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 --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index a4e193f..8f9ff2e 100644 --- a/style.css +++ b/style.css @@ -378,6 +378,7 @@ display: flex; flex-direction: column; gap: 8px; + text-align: left; } .charMemory_consolidationStats {