Upload 13 files
Browse files- static/style.css +8 -2
static/style.css
CHANGED
|
@@ -456,6 +456,7 @@ body {
|
|
| 456 |
display: flex;
|
| 457 |
flex: 1 1 auto;
|
| 458 |
flex-direction: column;
|
|
|
|
| 459 |
gap: 10px;
|
| 460 |
min-height: 0;
|
| 461 |
overflow-y: auto;
|
|
@@ -465,17 +466,22 @@ body {
|
|
| 465 |
}
|
| 466 |
|
| 467 |
.provider-model-chip {
|
| 468 |
-
display:
|
| 469 |
-
|
|
|
|
|
|
|
|
|
|
| 470 |
border-radius: 16px;
|
| 471 |
background: var(--surface-soft);
|
| 472 |
border: 1px solid var(--line);
|
| 473 |
font-family: var(--font-display);
|
| 474 |
font-size: 13px;
|
|
|
|
| 475 |
color: var(--text);
|
| 476 |
white-space: nowrap;
|
| 477 |
overflow: hidden;
|
| 478 |
text-overflow: ellipsis;
|
|
|
|
| 479 |
}
|
| 480 |
|
| 481 |
.panel-hint {
|
|
|
|
| 456 |
display: flex;
|
| 457 |
flex: 1 1 auto;
|
| 458 |
flex-direction: column;
|
| 459 |
+
align-items: stretch;
|
| 460 |
gap: 10px;
|
| 461 |
min-height: 0;
|
| 462 |
overflow-y: auto;
|
|
|
|
| 466 |
}
|
| 467 |
|
| 468 |
.provider-model-chip {
|
| 469 |
+
display: flex;
|
| 470 |
+
align-items: center;
|
| 471 |
+
min-height: 46px;
|
| 472 |
+
height: 46px;
|
| 473 |
+
padding: 0 14px;
|
| 474 |
border-radius: 16px;
|
| 475 |
background: var(--surface-soft);
|
| 476 |
border: 1px solid var(--line);
|
| 477 |
font-family: var(--font-display);
|
| 478 |
font-size: 13px;
|
| 479 |
+
line-height: 1;
|
| 480 |
color: var(--text);
|
| 481 |
white-space: nowrap;
|
| 482 |
overflow: hidden;
|
| 483 |
text-overflow: ellipsis;
|
| 484 |
+
flex-shrink: 0;
|
| 485 |
}
|
| 486 |
|
| 487 |
.panel-hint {
|