Align inline thoughts (alternate display) with SillyTavern message text spacing

This commit is contained in:
Tremendoussly
2026-03-09 14:23:18 +01:00
parent 0499cc6961
commit e81afa4d74
+5 -1
View File
@@ -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 {