1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

some styling fixes

This commit is contained in:
Laura
2025-11-09 21:39:30 +01:00
parent 9a695d2cf4
commit adb8e82165
2 changed files with 5 additions and 2 deletions

View File

@@ -747,7 +747,6 @@ body:not(.loading) #loading {
font-size: 13px; font-size: 13px;
line-height: 13px; line-height: 13px;
pointer-events: none; pointer-events: none;
flex-wrap: wrap;
} }
.statistics .provider, .statistics .provider,
@@ -1518,4 +1517,8 @@ label[for="reasoning-tokens"] {
min-width: auto; min-width: auto;
max-width: 100%; max-width: 100%;
} }
.statistics {
flex-wrap: wrap;
}
} }

View File

@@ -5,7 +5,7 @@
padding: 2px 5px; padding: 2px 5px;
font-size: 14px; font-size: 14px;
white-space: nowrap; white-space: nowrap;
max-width: 148px; max-width: 160px;
} }
.dropdown .selected { .dropdown .selected {