Browse Source

[Glitch] Center the text itself in upload area

Port a52ccd7ad9 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
closed-social-glitch-2
Rodion Borisov 1 year ago
committed by Claire
parent
commit
32418f0ff3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/flavours/glitch/styles/components/misc.scss

+ 1
- 0
app/javascript/flavours/glitch/styles/components/misc.scss View File

@ -1628,6 +1628,7 @@ button.icon-button.active i.fa-retweet {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: $secondary-text-color;
font-size: 18px;
font-weight: 500;

Loading…
Cancel
Save