Fix ironbar launcher popup formatting

This commit is contained in:
Evie Litherland-Smith 2023-10-11 16:35:37 +01:00
parent cf5f75f2b1
commit f23fff8566

View file

@ -61,6 +61,7 @@
.clock,
.workspaces .item,
.launcher .item,
.popup-launcher .popup-item,
.tray {
background: @surface0;
border-radius: 5px;
@ -68,6 +69,11 @@
margin-right: 5px;
}
.popup-launcher .popup-item {
margin-top: 5px;
margin-bottom: 5px;
}
.workspaces .item,
.launcher .item {
border: 1px solid transparent;