diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-10-07 20:44:02 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-10-07 22:56:24 +0200 |
commit | b4ba1058b870ceee27a8c94aab380e4a964d9ad9 (patch) | |
tree | 0b1fbdab550e4b5680d5ac40447a21f28ebe2171 | |
parent | f1c3053d36bec58e7b258384fd372c1e45252e1d (diff) |
[Glitch] RTL: fix margins of public-account-header__tabs
Port 185cb2dc3aac59ee27aa962fff48b064bd638567 to glitch-soc
-rw-r--r-- | app/javascript/flavours/glitch/styles/rtl.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/rtl.scss b/app/javascript/flavours/glitch/styles/rtl.scss index 23953304a..70aaa5bb1 100644 --- a/app/javascript/flavours/glitch/styles/rtl.scss +++ b/app/javascript/flavours/glitch/styles/rtl.scss @@ -306,5 +306,10 @@ body.rtl { margin-right: 0; } } + + .public-account-header__tabs { + margin-left: 0; + margin-right: 20px; + } } } |