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-27 18:55:11 +0200
committerThibaut Girka <thib@sitedethib.com>2018-10-27 18:55:11 +0200
commit008f98b30481dff2278d0687deb874f05de66b75 (patch)
tree4c6747138cc39a65b8596a932f7995a9f6d594ad /app/javascript/flavours/glitch/styles/rtl.scss
parentc13cfeac0952b112140d48a076d685730ff39b06 (diff)
[Glitch] RTL: fix column-back-button__icon margins/content
Port 6e1a4f85ad96b25087d98fed1e70044c0f45a132 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/rtl.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/rtl.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/rtl.scss b/app/javascript/flavours/glitch/styles/rtl.scss
index 3c775618e..d4618440d 100644
--- a/app/javascript/flavours/glitch/styles/rtl.scss
+++ b/app/javascript/flavours/glitch/styles/rtl.scss
@@ -363,4 +363,22 @@ body.rtl {
     margin-right: 15px;
     text-align: right;
   }
+
+  .fa-chevron-left::before {
+    content: "\F054";
+  }
+
+  .fa-chevron-right::before {
+    content: "\F053";
+  }
+
+  .column-back-button__icon {
+    margin-right: 0;
+    margin-left: 5px;
+  }
+
+  .column-header__setting-arrows .column-header__setting-btn:last-child {
+    padding-left: 0;
+    padding-right: 10px;
+  }
 }