]> cat aescling's git repositories - mastodon.git/commitdiff
RTL: fix margins of public-account-header__tabs (#8897)
authorMasoud Abkenar <ampbox@gmail.com>
Fri, 5 Oct 2018 22:05:11 +0000 (00:05 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 5 Oct 2018 22:05:11 +0000 (00:05 +0200)
* RTL: fix margins of public-account-header__tabs

* fix style

* even more stylish code :)

app/javascript/styles/mastodon/rtl.scss

index ffc875b88b8c2ba94278c975c1317aeef458157a..9644f8e029cd0ee40363b2ddbded244d337da4c8 100644 (file)
@@ -302,5 +302,10 @@ body.rtl {
         margin-right: 0;
       }
     }
+
+    .public-account-header__tabs {
+      margin-left: 0;
+      margin-right: 20px;
+    }
   }
 }