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

local
Jed Fox 1 year ago committed by GitHub
parent 66a70ebb6e
commit 33f06a4ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/styles/mastodon/components.scss

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

Loading…
Cancel
Save