about summary refs log tree commit diff
path: root/app/assets/stylesheets/rtl.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-04-26 04:40:27 +0200
committerGitHub <noreply@github.com>2017-04-26 04:40:27 +0200
commitfdcb55a0a645e8b89d6b094c38a1571291174500 (patch)
treecb458f378e7adcdc6ffc0715a0e15040a3dec72d /app/assets/stylesheets/rtl.scss
parentd97a0525aad0594376d00f3bc8f948dfb37012b0 (diff)
Fix various regressions (#2466)
Diffstat (limited to 'app/assets/stylesheets/rtl.scss')
-rw-r--r--app/assets/stylesheets/rtl.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/app/assets/stylesheets/rtl.scss b/app/assets/stylesheets/rtl.scss
index af7be5f9c..6abb2d25c 100644
--- a/app/assets/stylesheets/rtl.scss
+++ b/app/assets/stylesheets/rtl.scss
@@ -33,7 +33,7 @@ body.rtl {
 
   .column-icon {
     right: auto;
-    left: 0;
+    left: 5px;
   }
 
   .setting-toggle {
@@ -125,5 +125,12 @@ body.rtl {
         padding-left: 10px;
       }
     }
+
+    .columns-area > div {
+      .column, .drawer {
+        padding-left: 5px;
+        padding-right: 5px;
+      }
+    }
   }
 }