Skip to content

Commit

Permalink
UI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 25, 2019
1 parent 100d4c4 commit 8a558e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,3 +320,12 @@ body.show-message-buttons ._4_j4 ._39bj {
max-height: 80vh;
overflow-y: auto;
}

/* Hide sidebar heading */
._6-xo {
display: none !important;
}
/* Hide profile picture */
._7sta._7stb._7t0d {
display: none !important;
}
6 changes: 6 additions & 0 deletions css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -839,3 +839,9 @@ html.dark-mode ._2cij ._2cil {
html.dark-mode ._1p1u ._1p1v {
color: var(--base-thirty);
}

/* Invert the top left sidebar buttons */
html.dark-mode ._30yy._6ymd._2agf,
html.dark-mode ._30yy._6-xp._6-xq {
filter: invert(1);
}

0 comments on commit 8a558e6

Please sign in to comment.