Skip to content

Commit 58f74b3

Browse files
committed
fix menus changing size and line spacing
1 parent 4f3683c commit 58f74b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/Application.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ popover button image {
4545
color: @fg_color;
4646
}
4747

48+
/* Avoid zoom bleeding out into the menus */
49+
popover * {
50+
line-height: initial;
51+
}
52+
53+
/* Pretty actionbar blending into background */
4854
actionbar {
4955
box-shadow: none; /*Pondering. It looks good with, too */
5056
background-color: transparent;

0 commit comments

Comments
 (0)