Browse Source

Center the text itself in upload area (#24029)

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

+ 1
- 0
app/javascript/styles/mastodon/components.scss View File

@ -4509,6 +4509,7 @@ a.status-card.compact:hover {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: $secondary-text-color;
font-size: 18px;
font-weight: 500;

Loading…
Cancel
Save