Tweaked position of verified badge

This commit is contained in:
Niléane 2023-11-24 16:22:51 +01:00
commit 71fb7633f6
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -2819,7 +2819,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
} }
.app-body .account__header__extra .account__header__fields .verified__mark { .app-body .account__header__extra .account__header__fields .verified__mark {
float: left; float: left;
margin-right: 2px; margin-left: -1px;
} }
.app-body .account__header__bio .account__header__fields .verified:last-child { .app-body .account__header__bio .account__header__fields .verified:last-child {
border-bottom: 0; border-bottom: 0;

View file

@ -2819,7 +2819,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
} }
.app-body .account__header__extra .account__header__fields .verified__mark { .app-body .account__header__extra .account__header__fields .verified__mark {
float: left; float: left;
margin-right: 2px; margin-left: -1px;
} }
.app-body .account__header__bio .account__header__fields .verified:last-child { .app-body .account__header__bio .account__header__fields .verified:last-child {
border-bottom: 0; border-bottom: 0;

View file

@ -2819,7 +2819,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
} }
.app-body .account__header__extra .account__header__fields .verified__mark { .app-body .account__header__extra .account__header__fields .verified__mark {
float: left; float: left;
margin-right: 2px; margin-left: -1px;
} }
.app-body .account__header__bio .account__header__fields .verified:last-child { .app-body .account__header__bio .account__header__fields .verified:last-child {
border-bottom: 0; border-bottom: 0;