diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index d0ff686..29eada3 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -2334,12 +2334,12 @@ progressbar { // levelbar { block { - min-width: 32px; - min-height: 1px; + min-width: 1px; + min-height: 20px; } &.vertical block { - min-width: 1px; - min-height: 32px; + min-width: 32px; + min-height: 1px; } trough {