rofi: fix message padding and margin

This commit is contained in:
Guilherme Rugai Freire 2021-08-29 22:24:21 -03:00
parent 8377e4c12d
commit 28205a90ea
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -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;