Fix ironbar launcher popup formatting
This commit is contained in:
parent
cf5f75f2b1
commit
f23fff8566
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue