Browse Source

Center the text itself in upload area (#24029)

lets-bump-hometown-to-mastodon-4.2
Rodion Borisov 3 years ago committed by GitHub
parent
commit
a52ccd7ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/javascript/styles/mastodon/components.scss

1
app/javascript/styles/mastodon/components.scss

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