mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Fix manual for centering text relative to icon (#1669)
Centering text relative to icon should apply `vertical-align` to `text-element` not on `text-icon`.
This commit is contained in:
parent
eee765a873
commit
74b249cd99
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ list of widget names.
|
||||||
If you want to center the text relative to the icon, we can set this:
|
If you want to center the text relative to the icon, we can set this:
|
||||||
|
|
||||||
```css
|
```css
|
||||||
element-icon {
|
element-text {
|
||||||
vertical-align: 0.5;
|
vertical-align: 0.5;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue