From 47fee3b0174dbe475bc475332ccc592e35443b7c Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 23 Oct 2023 11:30:18 +0530 Subject: [PATCH 1/2] progress bar height fix --- core/css/server.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/css/server.css b/core/css/server.css index fae677f6..c36c8f5a 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1679,6 +1679,9 @@ button.edit-output-dir span.icon-rename, progress { border-radius: 10px 10px !important; height: 12px !important; + --progress-bar-height: 12px !important; + bottom:0px !important; + } #header .app-menu li a:focus .icon-more, #header .app-menu li a:focus .icon-more-white { -- GitLab From 6b38d43cfea9a10006e5b46c37aa4a1169246721 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 23 Oct 2023 12:08:06 +0530 Subject: [PATCH 2/2] remove css change --- core/css/server.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/css/server.css b/core/css/server.css index c36c8f5a..fae677f6 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1679,9 +1679,6 @@ button.edit-output-dir span.icon-rename, progress { border-radius: 10px 10px !important; height: 12px !important; - --progress-bar-height: 12px !important; - bottom:0px !important; - } #header .app-menu li a:focus .icon-more, #header .app-menu li a:focus .icon-more-white { -- GitLab