about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/rtl.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-10-07 20:44:02 +0200
committerThibG <thib@sitedethib.com>2018-10-07 22:56:24 +0200
commitb4ba1058b870ceee27a8c94aab380e4a964d9ad9 (patch)
tree0b1fbdab550e4b5680d5ac40447a21f28ebe2171 /app/javascript/flavours/glitch/styles/rtl.scss
parentf1c3053d36bec58e7b258384fd372c1e45252e1d (diff)
[Glitch] RTL: fix margins of public-account-header__tabs
Port 185cb2dc3aac59ee27aa962fff48b064bd638567 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/rtl.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/rtl.scss5
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;
+    }
   }
 }