]> cat aescling's git repositories - mastodon.git/commitdiff
RTL: fix settings button margins in column headers (#8764)
authorMasoud Abkenar <ampbox@gmail.com>
Sun, 23 Sep 2018 18:40:37 +0000 (20:40 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 23 Sep 2018 18:40:37 +0000 (20:40 +0200)
app/javascript/styles/mastodon/rtl.scss

index b8c0efad86332435bb87b647571ec2c53565ac20..ca002276518bfce27baadd253cc74b6f4a4ebf0d 100644 (file)
@@ -46,8 +46,8 @@ body.rtl {
   .column-header__buttons {
     left: 0;
     right: auto;
-    margin-left: -15px;
-    margin-right: 0;
+    margin-left: 0;
+    margin-right: -15px;
   }
 
   .column-inline-form .icon-button {