chore: cleanup

pull/17651/merge
Adam 2026-03-25 11:15:29 -05:00
parent 36709aae5f
commit cafc2b204b
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
2 changed files with 15 additions and 1 deletions

View File

@ -285,7 +285,7 @@
[data-component="markdown"] { [data-component="markdown"] {
margin-top: 24px; margin-top: 24px;
font-style: normal; font-style: normal;
font-size: inherit; font-size: var(--font-size-base);
color: var(--text-weak); color: var(--text-weak);
strong, strong,

View File

@ -979,6 +979,20 @@ const CSS_CONTROLS: CSSControl[] = [
}, },
// --- Reasoning part --- // --- Reasoning part ---
{
key: "reasoning-md-font-size",
label: "Reasoning font size",
group: "Reasoning Part",
type: "range",
initial: "14",
selector: '[data-component="reasoning-part"] [data-component="markdown"]',
property: "font-size",
min: "10",
max: "22",
step: "1",
unit: "px",
source: { file: MP, anchor: '[data-component="reasoning-part"]', prop: "font-size", format: px },
},
{ {
key: "reasoning-md-margin-top", key: "reasoning-md-margin-top",
label: "Reasoning markdown margin-top", label: "Reasoning markdown margin-top",