Fix double icon on Firefox

This commit is contained in:
Roni Laukkarinen 2023-09-14 00:31:12 +03:00
parent dacc3e62c3
commit 6d0fc3edb2

View File

@ -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,