]> cat aescling's git repositories - mastodon.git/commitdiff
RTL: fix cardbar margins and alignment (#9044)
authorMasoud Abkenar <ampbox@gmail.com>
Sun, 21 Oct 2018 16:37:57 +0000 (18:37 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 21 Oct 2018 16:37:57 +0000 (18:37 +0200)
app/javascript/styles/mastodon/rtl.scss

index e5213b555534f0f1f64f4418253d10af411513fa..a86e3e632fa41277c56b63ba3f573e8683369a19 100644 (file)
@@ -353,4 +353,10 @@ body.rtl {
       margin-right: 0;
     }
   }
+
+  .card__bar .display-name {
+    margin-left: 0;
+    margin-right: 15px;
+    text-align: right;
+  }
 }