Hide "verified" emoji from usernames to avoid confusion
This commit is contained in:
parent
1bfbb53c14
commit
526af3dba0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user