ironbar: Increase launcher item padding

Makes it easier to click on things and see the active window.
This commit is contained in:
Donovan Glover 2023-07-04 12:04:41 -04:00
parent 428e641b28
commit 85c632be7c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -113,6 +113,8 @@
}
.launcher .item {
padding-left: 1em;
padding-right: 1em;
margin-right: 4px;
}