Fix double icon on Firefox
This commit is contained in:
parent
dacc3e62c3
commit
6d0fc3edb2
@ -2206,6 +2206,7 @@ body.embed .detailed-status__meta .detailed-status__link .fa-retweet,
|
||||
}
|
||||
|
||||
/* Hide the character in between Joined label */
|
||||
.layout-single-column .account__header__bio .account__header__fields dl:first-of-type::before,
|
||||
.layout-single-column .account__header__bio .account__header__fields dl:first-of-type::after {
|
||||
display: none;
|
||||
}
|
||||
@ -2231,7 +2232,6 @@ body.embed .detailed-status__meta .detailed-status__link .fa-retweet,
|
||||
}
|
||||
|
||||
/* Hide labels that show "Website", "YouTube", etc. */
|
||||
.layout-single-column .account__header__bio .account__header__fields dl:first-of-type::before,
|
||||
.layout-single-column .account__header__bio .account__header__fields dl:has(dt[title*="GitHub"], dt[title*="github"])::before,
|
||||
.layout-single-column .account__header__bio .account__header__fields dl:has(dt[title*="GitHub"], dt[title*="github"]) dt,
|
||||
.layout-single-column .account__header__bio .account__header__fields dl:has(dt[title*="Website"], dt[title*="website"]) dt,
|
||||
|
Loading…
x
Reference in New Issue
Block a user