From 0a9c219bcb92c3e56b01e1e1e386b7b0d751ab96 Mon Sep 17 00:00:00 2001 From: NoXPhasma Date: Mon, 11 Mar 2019 16:27:10 +0100 Subject: [PATCH] Fix levelbar min-width and min-height Follow up pull request of #194 to fix the min height and with of the levelbar. --- common/gtk-3.0/3.20/sass/_common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 29eada3..f34eadb 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -2335,10 +2335,10 @@ progressbar { levelbar { block { min-width: 1px; - min-height: 20px; + min-height: 1px; } &.vertical block { - min-width: 32px; + min-width: 1px; min-height: 1px; }