Hide "verified" emoji from usernames to avoid confusion

This commit is contained in:
Alex Gleason 2019-08-01 20:17:17 -04:00
parent 1bfbb53c14
commit 526af3dba0
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -1193,6 +1193,11 @@ a.account__display-name {
font-size: 14px;
}
// Hide "verified" emoji to avoid confusion
.display-name .emojione[alt=":verified:"] {
display: none;
}
.status__relative-time,
.detailed-status__datetime {
&:hover {
@ -4977,6 +4982,11 @@ noscript {
height: 22px;
}
// Hide "verified" emoji to avoid confusion
.emojione[alt=":verified:"] {
display: none;
}
h1 {
span:first-of-type {
font-size: 20px !important;