Skip to content

Commit

Permalink
Fix private mode not hiding all private info (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Maes authored Jun 27, 2020
1 parent e94f36e commit 9a7978a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,9 @@ html.private-mode ._1htf {
html.private-mode ._1htf > span:first-child {
visibility: visible;
}
html.private-mode ._4wc- {
filter: blur(10px);
}
/* -- BLOCK END: Private Mode -- */

/* -- BLOCK START: Small conversations window -- */
Expand Down

0 comments on commit 9a7978a

Please sign in to comment.