Merge pull request #205 from NoXPhasma/master

Fix levelbar min-width and min-height
master
Nico 2019-03-14 19:37:59 +01:00 committed by GitHub
commit 6ca94c5449
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;
}