]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] RTL: fix column-back-button__icon margins/content
authorThibaut Girka <thib@sitedethib.com>
Sat, 27 Oct 2018 16:55:11 +0000 (18:55 +0200)
committerThibaut Girka <thib@sitedethib.com>
Sat, 27 Oct 2018 16:55:11 +0000 (18:55 +0200)
Port 6e1a4f85ad96b25087d98fed1e70044c0f45a132 to glitch-soc

app/javascript/flavours/glitch/styles/rtl.scss

index 3c775618e8b567b79c75d5f7c6570bbb37cbc718..d4618440d8980091c47543dd10a8766b57b66585 100644 (file)
@@ -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;
+  }
 }
This page took 0.037632 seconds and 3 git commands to generate.