[taffybar] Better padding styling

This commit is contained in:
2018-05-17 15:06:58 -07:00
parent 3f8afe40d9
commit 4d9ea9acbe
3 changed files with 10 additions and 4 deletions

View File

@@ -25,6 +25,13 @@
}
.InnerPad {
padding-bottom: 12px;
padding-top: 12px;
padding-left: 4px;
padding-right: 4px;
}
.Workspaces .InnerPad {
padding-bottom: 5px;
padding-top: 5px;
padding-left: 2px;