mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
rofi: fix message padding and margin
This commit is contained in:
parent
8377e4c12d
commit
28205a90ea
@ -90,7 +90,8 @@ element active, element selected active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message {
|
message {
|
||||||
padding: 5px;
|
padding: 10px 5px 5px;
|
||||||
|
margin: 0 0 10px 0;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: @emphasis;
|
background-color: @emphasis;
|
||||||
border: 1px;
|
border: 1px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user