1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-10 15:44:41 -05:00

[Themes] Fix iggy theme icon alignment.

This commit is contained in:
Dave Davenport 2021-08-29 12:05:41 +02:00
parent 5bc273b542
commit f6cd6c3abd

View file

@ -83,7 +83,7 @@ element selected {
background-color: lightgreen/20%; background-color: lightgreen/20%;
} }
element-text { element-text, element-icon {
font: inherit; font: inherit;
horizontal-align: 0.5; horizontal-align: 0.5;
} }