Browse Source

small alignment adjustment on rofi main buttons

pull/125/head^2
JaKooLit 2 years ago
parent
commit
05427503a4
  1. 2
      config/rofi/config.rasi
  2. 2
      config/rofi/resolution/1080p/config.rasi
  3. 2
      config/rofi/resolution/1440p/config.rasi

2
config/rofi/config.rasi

@ -118,7 +118,7 @@ mode-switcher{
} }
button { button {
padding: 0px 10px 0px 10px; padding: 0px 12px 0px 8px;
border-radius: 12px; border-radius: 12px;
background-color: @background; background-color: @background;
text-color: inherit; text-color: inherit;

2
config/rofi/resolution/1080p/config.rasi

@ -118,7 +118,7 @@ mode-switcher{
} }
button { button {
padding: 0px 10px 0px 10px; padding: 0px 12px 0px 8px;
border-radius: 12px; border-radius: 12px;
background-color: @background; background-color: @background;
text-color: inherit; text-color: inherit;

2
config/rofi/resolution/1440p/config.rasi

@ -119,7 +119,7 @@ mode-switcher{
} }
button { button {
padding: 0px 10px 0px 10px; padding: 0px 12px 0px 8px;
border-radius: 12px; border-radius: 12px;
background-color: @background; background-color: @background;
text-color: inherit; text-color: inherit;

Loading…
Cancel
Save