Merge pull request #75 from ForTheReallys/proper_height

Fix #54
This commit is contained in:
Alex
2018-11-02 12:26:14 +01:00
committed by GitHub
2 changed files with 11 additions and 3 deletions

View File

@ -3,6 +3,7 @@
border-radius: 0;
font-family: Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
min-height: 0px;
}
window#waybar {
@ -98,4 +99,4 @@ window#waybar {
#tray {
background-color: #2980b9;
}
}