1
0
Fork 0

Increase chat font size

This commit is contained in:
Pabloader 2026-04-07 15:15:06 +00:00
parent 24165f0abd
commit 12214dd2df
1 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@
width: 100%; width: 100%;
min-height: 80px; min-height: 80px;
padding: 8px; padding: 8px;
font-size: 13px; font-size: 15px;
font-family: inherit; font-family: inherit;
background: var(--bg-panel); background: var(--bg-panel);
border: 1px solid var(--accent); border: 1px solid var(--accent);
@ -138,7 +138,7 @@
} }
.reasoningContent { .reasoningContent {
font-size: 12px; font-size: 13px;
font-style: italic; font-style: italic;
opacity: 0.5; opacity: 0.5;
border-left: 2px solid currentColor; border-left: 2px solid currentColor;
@ -149,7 +149,7 @@
} }
.content { .content {
font-size: 13px; font-size: 15px;
color: var(--text); color: var(--text);
white-space: pre-wrap; white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;