diff options
author | Masoud Abkenar <ampbox@gmail.com> | 2018-10-06 00:05:11 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-10-06 00:05:11 +0200 |
commit | 185cb2dc3aac59ee27aa962fff48b064bd638567 (patch) | |
tree | ce3dd2ebf4759958bea97aa9c0e40823c56f02c5 /app/javascript | |
parent | 144d73730de38da84d605f876157bc9bd45c25b4 (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')
-rw-r--r-- | app/javascript/styles/mastodon/rtl.scss | 5 |
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; + } } } |