Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Hide Names and Avatars" #1600

Merged
merged 9 commits into from Apr 9, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -2,4 +2,4 @@ node_modules
yarn.lock
/dist
/dist-js
mas.provisionprofile
mas.provisionprofile
dusansimic marked this conversation as resolved.
Show resolved Hide resolved
14 changes: 13 additions & 1 deletion css/new-design/browser.css
Expand Up @@ -24,7 +24,15 @@ html.private-mode [role=navigation] [role=row] svg[role=img] {
filter: blur(5px);
}
/* Chat list: name and last message (last message sometimes includes senders name) */
html.private-mode [role=navigation] [role=row] .d2edcug0.hpfvmrgz.qv66sw1b.c1et5uql.gk29lw5a.a8c37x1j.keod5gw0.nxhoafnm.aigsh9s9.fe6kdd0r.mau55g9w.c8b282yb.hzawbc8m {
html.private-mode [role=navigation] [role=row] .d2edcug0.hpfvmrgz.qv66sw1b.c1et5uql.oi732d6d.ik7dh3pa.ht8s03o8.a8c37x1j.keod5gw0.nxhoafnm.aigsh9s9.d9wwppkn.fe6kdd0r.mau55g9w.c8b282yb.iv3no6db.jq4qci2q.a3bd9o3v.ekzkrbhg.oo9gr5id.hzawbc8m {
filter: blur(5px);
}
/* Chat list: name and profile picture for unread message */
html.private-mode [role=navigation] [role=row] .qzhwtbm6.knvmm38d {
filter: blur(5px);
}
/* Conversation: name in title bar */
html.private-mode [data-pagelet=page] .rq0escxv.l9j0dhe7.du4w35lb.j83agx80.cbu4d94t.g5gj957u.d2edcug0.hpfvmrgz.rj1gh0hx.buofh1pr.p8fzw8mz.pcp91wgn.iuny7tx3.ipjc6fyt {
dusansimic marked this conversation as resolved.
Show resolved Hide resolved
filter: blur(5px);
}
dusansimic marked this conversation as resolved.
Show resolved Hide resolved
/* Conversation: profile picture */
Expand All @@ -34,6 +42,10 @@ html.private-mode [data-pagelet=page] .a8c37x1j.d2edcug0.sn7ne77z.bixrwtb6 {
/* Conversation: name */
html.private-mode [data-pagelet=page] .d2edcug0.hpfvmrgz.qv66sw1b.c1et5uql.gk29lw5a.a8c37x1j.keod5gw0.nxhoafnm.aigsh9s9.tia6h79c.fe6kdd0r.mau55g9w.c8b282yb.iv3no6db.a5q79mjw.g1cxx5fr.lrazzd5p.oo9gr5id.oqcyycmt {
filter: blur(5px);
}
/* Sidebar: name */
jcabak marked this conversation as resolved.
Show resolved Hide resolved
html.private-mode [data-pagelet=page] .d2edcug0.hpfvmrgz.qv66sw1b.c1et5uql.oi732d6d.ik7dh3pa.ht8s03o8.a8c37x1j.keod5gw0.nxhoafnm.aigsh9s9.d9wwppkn.fe6kdd0r.mau55g9w.c8b282yb.iv3no6db.a5q79mjw.g1cxx5fr.lrazzd5p.oo9gr5id.oqcyycmt {
filter: blur(5px);
}
/* Message list: sender profile picture */
html.private-mode [data-pagelet=page] .pfnyh3mw.aovydwv3.j83agx80.h676nmdw.oi9244e8.oygrvhab {
jcabak marked this conversation as resolved.
Show resolved Hide resolved
Expand Down