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-01 13:17:07 +0200
committerThibaut Girka <thib@sitedethib.com>2018-10-01 14:38:35 +0200
commit15197a831c479393ad6517d1d4f34e48e04e2500 (patch)
tree191c3516e8a98ea80e8b307ec8eabf9365cea686 /app/javascript/flavours/glitch/styles/rtl.scss
parent884a898442d6d29e340304020094f208adc4c2b0 (diff)
[Glitch] RTL: fix margins: public-layout.header.nav-button
Port df2f4052b84e68d36341df5fb58755276e9bf3ce to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/rtl.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/rtl.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/rtl.scss b/app/javascript/flavours/glitch/styles/rtl.scss
index e3d854505..23953304a 100644
--- a/app/javascript/flavours/glitch/styles/rtl.scss
+++ b/app/javascript/flavours/glitch/styles/rtl.scss
@@ -298,4 +298,13 @@ body.rtl {
       }
     }
   }
+
+  .public-layout {
+    .header {
+      .nav-button {
+        margin-left: 8px;
+        margin-right: 0;
+      }
+    }
+  }
 }