]> cat aescling's git repositories - mastodon.git/commitdiff
RTL: fix statubar action buttons/counter margins (#8767)
authorMasoud Abkenar <ampbox@gmail.com>
Mon, 24 Sep 2018 14:30:02 +0000 (16:30 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 24 Sep 2018 14:30:02 +0000 (16:30 +0200)
* RTL: fix statubar action buttons/counter margins

* remove trailing whitespaces

app/javascript/styles/mastodon/rtl.scss

index ca002276518bfce27baadd253cc74b6f4a4ebf0d..55be2d887b20336eec82aafa3d834cb96cee585f 100644 (file)
@@ -145,6 +145,19 @@ body.rtl {
     margin-right: 6px;
   }
 
+  .status__action-bar {
+
+    &__counter {
+      margin-right: 0;
+      margin-left: 11px;
+
+      .status__action-bar-button {
+        margin-right: 0;
+        margin-left: 4px;
+      }
+    }
+  }
+
   .status__action-bar-button {
     float: right;
     margin-right: 0;