From b0e2f52784a47a85950984b1c8bf0171789bcbac Mon Sep 17 00:00:00 2001 From: Gary Elshaw <69029666+GaryElshaw@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:43:47 +1200 Subject: [PATCH] fix: web ui start/pause button icon size (#5771) --- web/assets/css/transmission-app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/assets/css/transmission-app.scss b/web/assets/css/transmission-app.scss index ddf8a5dcb..03dcf8234 100644 --- a/web/assets/css/transmission-app.scss +++ b/web/assets/css/transmission-app.scss @@ -413,7 +413,7 @@ $speed-icon-size: 12px; $pauseresume-size-number: 20; $pauseresume-size: $pauseresume-size-number * 1px; $progressbar-border: 1; -$progressbar-height: 14; +$progressbar-height: 20; $popup-top: 51px; // TODO: ugly that this is hardcoded .flex {