Skip to content

Commit

Permalink
fix account menu height
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Apr 29, 2020
1 parent 5e52852 commit fccd21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

/* Header items height (hamburger menu, search box, profile image) */
.compactHeader header > div:nth-child(2) > div {
.compactHeader header > div:nth-child(2) > div:not([aria-hidden]) {
height: 28px;
}

Expand Down

0 comments on commit fccd21e

Please sign in to comment.