mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
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
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:
parent
b8f8be3d5f
commit
c8576338ed
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue