Skip to content

Commit

Permalink
waybar: avoid height change due to different text
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Sep 30, 2024
1 parent 2010023 commit 7468452
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions waybar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ widget > * {
min-height: 0;
padding: 0 0.2em;
margin: 0 0.1em;
/* avoid height change due to different text
* https://github.com/Alexays/Waybar/issues/2026#issuecomment-1780717766 */
margin-top: -50px; margin-bottom: -50px;
}

window#waybar {
Expand Down

0 comments on commit 7468452

Please # to comment.