Browse Source

RTL: fix admin account margins in about page (#9005)

master
Masoud Abkenar 5 years ago
committed by Eugen Rochko
parent
commit
f8c1b32541
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      app/javascript/styles/mastodon/rtl.scss

+ 12
- 0
app/javascript/styles/mastodon/rtl.scss View File

@@ -309,3 +309,15 @@ body.rtl {
}
}
}

.landing-page__information {
.account__display-name {
margin-right: 0;
margin-left: 5px;
}

.account__avatar-wrapper {
margin-left: 12px;
margin-right: 0;
}
}

Loading…
Cancel
Save