From ecb58e296674989a006c8eab7d2de8b4db68b104 Mon Sep 17 00:00:00 2001 From: Gary Elshaw <69029666+GaryElshaw@users.noreply.github.com> Date: Sun, 7 Jan 2024 10:54:52 +1300 Subject: [PATCH] feat: widen progressbar and increase font size in compact mode --- web/assets/css/transmission-app.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/assets/css/transmission-app.scss b/web/assets/css/transmission-app.scss index da4bbf611..bf769a09c 100644 --- a/web/assets/css/transmission-app.scss +++ b/web/assets/css/transmission-app.scss @@ -501,7 +501,7 @@ a { } .torrent-labels { - font-size: x-small; + font-size: small; font-weight: normal; margin-bottom: 2px; margin-top: 2px; @@ -512,7 +512,7 @@ a { &.compact { flex: 1; - font-size: x-small; + font-size: small; } } @@ -669,7 +669,7 @@ a { } &.compact { - min-width: 50px; + min-width: 100px; width: 10vw; }