rofi: improve padding and border rounding for selected items
Some checks are pending
flakehub / flakehub-publish (push) Waiting to run
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-07-29 23:20:16 -04:00
parent b8f8be3d5f
commit c8576338ed

View file

@ -116,11 +116,12 @@ in {
border-color: @separatorcolor; border-color: @separatorcolor;
spacing: 2px ; spacing: 2px ;
scrollbar: false; scrollbar: false;
padding: 2px 0px 0px ; padding: 5px;
} }
element { element {
border: 0; border: 0;
padding: 1px ; padding: 5px;
border-radius: 10px;
} }
element-text { element-text {
background-color: inherit; background-color: inherit;