fix: wrap chat text and align header fonts
This commit is contained in:
parent
406e777e22
commit
50b0dd9336
@ -50,6 +50,7 @@
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
letter-spacing: 0.02em;
|
letter-spacing: 0.02em;
|
||||||
|
font-family: 'Iowan Old Style', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
||||||
max-width: 60%;
|
max-width: 60%;
|
||||||
color: #0f172a;
|
color: #0f172a;
|
||||||
text-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
|
text-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
|
||||||
@ -144,8 +145,9 @@
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: #0f172a;
|
color: #0f172a;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 14px;
|
font-size: 15px;
|
||||||
line-height: 1;
|
line-height: 1.35;
|
||||||
|
font-family: 'Iowan Old Style', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: color 0.15s ease;
|
transition: color 0.15s ease;
|
||||||
}
|
}
|
||||||
@ -217,7 +219,7 @@
|
|||||||
letter-spacing: 0.04em;
|
letter-spacing: 0.04em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: rgba(15, 23, 42, 0.65);
|
color: rgba(15, 23, 42, 0.65);
|
||||||
padding: 2px 0;
|
padding: 2px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item {
|
.dropdown-item {
|
||||||
@ -331,6 +333,8 @@
|
|||||||
box-shadow: 0 12px 28px rgba(61, 57, 41, 0.08);
|
box-shadow: 0 12px 28px rgba(61, 57, 41, 0.08);
|
||||||
color: var(--claude-text);
|
color: var(--claude-text);
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
word-break: break-word;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-message .message-text {
|
.user-message .message-text {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user