feat(ui): add toggle for padding around chat area (#4691)

This commit is contained in:
Skoh
2026-06-23 16:20:17 -04:00
committed by GitHub
parent 08994a0a96
commit d9ad418195
3 changed files with 14 additions and 1 deletions
+6
View File
@@ -8664,6 +8664,12 @@ button.hamburger {
/* Hide thinking sections globally via settings toggle */
body.hide-thinking .thinking-section { display: none !important; }
/* Widen chat area via settings toggle */
body.fullwidth-chat .chat-history {
padding-left: 0 !important;
padding-right: 12px !important;
}
/* Thinking process styles — colors follow theme accent */
.msg .body .stream-content {
width: 100%;