Skip to content

Commit

Permalink
Fix small graphical glitch on message header (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitecrownclown authored and sindresorhus committed Feb 15, 2019
1 parent ffbba06 commit 4da8f6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ html.hide-dropdowns .uiContextualLayerPositioner {
padding: 8px !important;
}

/* Adjust `Last Seen/Active` subheading for narrower titlebar */
._2v6o {
margin-top: 0 !important;
}

/* `New messages` popup */
._2xhi._5vn4 ._2xhj {
display: none;
Expand Down

0 comments on commit 4da8f6d

Please sign in to comment.