mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Featherless: use scaleable font sizes for models list
This commit is contained in:
@@ -5643,6 +5643,7 @@ body:not(.movingUI) .drawer-content.maximized {
|
|||||||
|
|
||||||
.model-card .details-container {
|
.model-card .details-container {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
line-height: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.model-card:hover {
|
.model-card:hover {
|
||||||
@@ -5665,7 +5666,7 @@ body:not(.movingUI) .drawer-content.maximized {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.model-title {
|
.model-title {
|
||||||
font-size: 13px;
|
font-size: calc(var(--mainFontSize) * 0.95);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@@ -5681,7 +5682,7 @@ body:not(.movingUI) .drawer-content.maximized {
|
|||||||
.model-class,
|
.model-class,
|
||||||
.model-context-length,
|
.model-context-length,
|
||||||
.model-date-added {
|
.model-date-added {
|
||||||
font-size: 10px;
|
font-size: calc(var(--mainFontSize) * 0.75);
|
||||||
}
|
}
|
||||||
|
|
||||||
.model-class,
|
.model-class,
|
||||||
|
Reference in New Issue
Block a user