Tweaked positioning and size of the verified badge in profile bio

This commit is contained in:
Niléane 2023-12-08 14:00:05 +01:00
commit 066ea0ea6f
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -2936,7 +2936,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-left: -1px; transform: scale(1.1);
} }
.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

@ -2935,7 +2935,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-left: -1px; transform: scale(1.1);
} }
.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

@ -2935,7 +2935,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-left: -1px; transform: scale(1.1);
} }
.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;