From 6fef6962689b94d2f9b6c58f8fa6641618c8ecf3 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Wed, 22 Jan 2025 22:58:58 +0200 Subject: [PATCH] Featherless: use scaleable font sizes for models list --- public/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index f5d8da36d..cbfc96185 100644 --- a/public/style.css +++ b/public/style.css @@ -5643,6 +5643,7 @@ body:not(.movingUI) .drawer-content.maximized { .model-card .details-container { text-align: right; + line-height: 0.9; } .model-card:hover { @@ -5665,7 +5666,7 @@ body:not(.movingUI) .drawer-content.maximized { } .model-title { - font-size: 13px; + font-size: calc(var(--mainFontSize) * 0.95); font-weight: bold; overflow: hidden; } @@ -5681,7 +5682,7 @@ body:not(.movingUI) .drawer-content.maximized { .model-class, .model-context-length, .model-date-added { - font-size: 10px; + font-size: calc(var(--mainFontSize) * 0.75); } .model-class,