Browse Source

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

closed-social-glitch-2
Jed Fox 1 year ago
committed by GitHub
parent
commit
33f06a4ae7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/javascript/styles/mastodon/components.scss

+ 2
- 0
app/javascript/styles/mastodon/components.scss 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 {

Loading…
Cancel
Save