eww
eww copied to clipboard
[BUG] Horizontal bar is vertically stretched after commit 77adfbc
Checklist before submitting an issue
- [X] I have searched through the existing closed and open issues for eww and made sure this is not a duplicate
- [X] I have specifically verified that this bug is not a common user error
- [X] I am providing as much relevant information as I am able to in this bug report (Minimal config to reproduce the issue for example, if applicable)
Description of the bug
Right after the commit 77adfbca6b3ece5b4872138d48c90d738d2afa90 The bar seems to be vertically stretched
Reproducing the issue
Any commit latter the specified seems to have this bug.
And a small repro is just a box with a string:
eww.yuck
(defwindow topbar
:monitor 0 :stacking "fg" :wm-ignore false :windowtype "dock"
:reserve (struts :side "top" :distance "32px")
:geometry (geometry :x "0" :y "0" :width "100%" :height "30px" :anchor "top center")
(box "hi"))
eww.scss
* {
all: unset;
font-family: "Material Design Icons", "CaskaydiaCove Nerd Font";
}
.topbar {
font-size: 16px;
}
Expected behaviour
Expected:

Actual after that commit:

Additional context
No response