1
0
Fork 1
forked from fedi/mastodon

Fix the top border of verified account fields (#22006)

This commit is contained in:
Jed Fox 2022-12-06 17:54:02 -05:00 committed by talon
parent 9e3b31a337
commit ea009246d6

View file

@ -7138,10 +7138,12 @@ noscript {
.verified {
border: 1px solid rgba($valid-value-color, 0.5);
margin-top: -1px;
&:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
margin-top: 0;
}
&:last-child {