about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/rtl.scss
diff options
context:
space:
mode:
authorMasoud Abkenar <ampbox@gmail.com>2018-10-06 00:05:11 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-10-06 00:05:11 +0200
commit185cb2dc3aac59ee27aa962fff48b064bd638567 (patch)
treece3dd2ebf4759958bea97aa9c0e40823c56f02c5 /app/javascript/styles/mastodon/rtl.scss
parent144d73730de38da84d605f876157bc9bd45c25b4 (diff)
RTL: fix margins of public-account-header__tabs (#8897)
* RTL: fix margins of public-account-header__tabs

* fix style

* even more stylish code :)
Diffstat (limited to 'app/javascript/styles/mastodon/rtl.scss')
-rw-r--r--app/javascript/styles/mastodon/rtl.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/rtl.scss b/app/javascript/styles/mastodon/rtl.scss
index ffc875b88..9644f8e02 100644
--- a/app/javascript/styles/mastodon/rtl.scss
+++ b/app/javascript/styles/mastodon/rtl.scss
@@ -302,5 +302,10 @@ body.rtl {
         margin-right: 0;
       }
     }
+
+    .public-account-header__tabs {
+      margin-left: 0;
+      margin-right: 20px;
+    }
   }
 }