eww icon indicating copy to clipboard operation
eww copied to clipboard

[BUG] Horizontal bar is vertically stretched after commit 77adfbc

Open Animeshz opened this issue 3 years ago • 0 comments

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: 05-08-22-08h46m18s

Actual after that commit: 05-08-22-08h47m28s

Additional context

No response

Animeshz avatar Aug 05 '22 03:08 Animeshz