Fix ironbar launcher popup formatting
This commit is contained in:
parent
cf5f75f2b1
commit
f23fff8566
|
@ -61,6 +61,7 @@
|
||||||
.clock,
|
.clock,
|
||||||
.workspaces .item,
|
.workspaces .item,
|
||||||
.launcher .item,
|
.launcher .item,
|
||||||
|
.popup-launcher .popup-item,
|
||||||
.tray {
|
.tray {
|
||||||
background: @surface0;
|
background: @surface0;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
@ -68,6 +69,11 @@
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popup-launcher .popup-item {
|
||||||
|
margin-top: 5px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.workspaces .item,
|
.workspaces .item,
|
||||||
.launcher .item {
|
.launcher .item {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
|
Loading…
Reference in a new issue