Fixed rofi padding

This commit is contained in:
Jan-Bulthuis 2025-01-24 02:58:33 +01:00
parent a65c4914b7
commit aae291b1d5
1 changed files with 1 additions and 1 deletions

View File

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