match thinking toggle button sizing

This commit is contained in:
Shantur Rathore
2025-11-27 13:10:56 +00:00
parent 700342670c
commit 435881529e

View File

@@ -235,19 +235,19 @@
}
.message-reasoning-indicator {
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 2.25rem;
height: 1.5rem;
padding: 0 0.65rem;
padding: 0 0.75rem;
border: 1px solid var(--border-base);
border-radius: 0.375rem;
background-color: transparent;
color: var(--text-muted);
font-weight: var(--font-weight-semibold);
font-size: 0.85rem;
font-size: 0.75rem;
line-height: 1;
letter-spacing: 0.01em;
transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}