Fix levelbar min-width and min-height

Follow up pull request of #194 to fix the min height and with of the levelbar.
master
NoXPhasma 2019-03-11 16:27:10 +01:00 committed by GitHub
parent 4802bc1fb9
commit 0a9c219bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}