From: Masoud Abkenar Date: Fri, 5 Oct 2018 22:05:11 +0000 (+0200) Subject: RTL: fix margins of public-account-header__tabs (#8897) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=185cb2dc3aac59ee27aa962fff48b064bd638567;p=mastodon.git RTL: fix margins of public-account-header__tabs (#8897) * RTL: fix margins of public-account-header__tabs * fix style * even more stylish code :) --- 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; + } } }