Fix vertical and horizontal levelbar values (#194)

* Fix vertical and horizontal levelbar values

The horizontal levelbar auto-width and auto-height values were used wrongly for vertical levelbar and vis versa.

* 20px min-height on horizontal bars looks better
master
NoXPhasma 2019-02-18 15:31:59 +01:00 committed by David Mohammed
parent 1100d245c6
commit 354441297f
1 changed files with 4 additions and 4 deletions

View File

@ -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 {