From e81afa4d741b9cb998c4c8f1aba5311892ed5262 Mon Sep 17 00:00:00 2001 From: Tremendoussly Date: Mon, 9 Mar 2026 14:23:18 +0100 Subject: [PATCH] Align inline thoughts (alternate display) with SillyTavern message text spacing --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 8e6b9e2..1eb6b3b 100644 --- a/style.css +++ b/style.css @@ -11839,7 +11839,11 @@ body:has(.rpg-panel[data-theme="light"]) .rpg-strip-widget { display: flex; flex-direction: column; gap: 0.5em; - margin: 0.2em 0 0.35em; + margin: 0.2em var(--mes-right-spacing, 30px) 0.35em 0; +} + +body.documentstyle .rpg-inline-thoughts { + margin-left: 20px; } .rpg-inline-thought {