diff --git a/.config/rofi/scripts/powermenu/style.rasi b/.config/rofi/scripts/powermenu/style.rasi index 268a5837..fa2c4142 100644 --- a/.config/rofi/scripts/powermenu/style.rasi +++ b/.config/rofi/scripts/powermenu/style.rasi @@ -156,7 +156,7 @@ element-text { background-color: transparent; text-color: inherit; cursor: inherit; - vertical-align: 0.5; + vertical-align: 0; // NOTE: Change this back to 0.5 once https://github.com/davatorium/rofi/issues/2076 is resolved horizontal-align: 0.5; } diff --git a/.config/rofi/scripts/screenshot/style.rasi b/.config/rofi/scripts/screenshot/style.rasi index e8ea7611..ce0c84af 100644 --- a/.config/rofi/scripts/screenshot/style.rasi +++ b/.config/rofi/scripts/screenshot/style.rasi @@ -156,7 +156,7 @@ element-text { background-color: transparent; text-color: inherit; cursor: inherit; - vertical-align: 0.5; + vertical-align: 0; // NOTE: Change this back to 0.5 once https://github.com/davatorium/rofi/issues/2076 is resolved horizontal-align: 0.5; }