🐛 fix(rofi): remove vertical-alignment

fixes #39
This commit is contained in:
Sergio Laín 2025-01-08 00:05:17 +01:00
parent 1ac027191d
commit 602e727a14
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 2 additions and 2 deletions

View file

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

View file

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