Browse Source

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

pull/1296/head
Jed Fox 3 years ago committed by GitHub
parent
commit
33f06a4ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/styles/mastodon/components.scss

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