Browse Source

[Glitch] Fix admin account avatar margin

Port 065b39e7a4 to glitch-soc
closed-social-glitch-2
Thibaut Girka 6 years ago
parent
commit
076f0a0eb6
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      app/javascript/flavours/glitch/styles/rtl.scss

+ 1
- 3
app/javascript/flavours/glitch/styles/rtl.scss View File

@ -321,11 +321,9 @@ body.rtl {
.landing-page__information { .landing-page__information {
.account__display-name { .account__display-name {
margin-right: 0; margin-right: 0;
margin-left: 5px;
} }
.account__avatar-wrapper { .account__avatar-wrapper {
margin-left: 12px;
margin-right: 0;
margin-left: 0;
} }
} }

Loading…
Cancel
Save