Fixed rofi padding
This commit is contained in:
parent
a65c4914b7
commit
aae291b1d5
|
@ -51,7 +51,7 @@ in
|
|||
padding = mkLiteral "2px";
|
||||
};
|
||||
element = {
|
||||
padding = mkLiteral "0px 2px";
|
||||
padding = mkLiteral "1px 2px 3px 2px";
|
||||
};
|
||||
"element selected" = {
|
||||
background-color = mkLiteral "#${colors.border-unfocused}";
|
||||
|
|
Loading…
Reference in New Issue