]> cat aescling's git repositories - mastodon.git/commitdiff
RTL: fix admin account margins in about page (#9005)
authorMasoud Abkenar <ampbox@gmail.com>
Thu, 18 Oct 2018 12:35:49 +0000 (14:35 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 18 Oct 2018 12:35:49 +0000 (14:35 +0200)
app/javascript/styles/mastodon/rtl.scss

index 9644f8e029cd0ee40363b2ddbded244d337da4c8..61a20013e9dcad11a232362dee35118f34284e92 100644 (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;
+  }
+}