about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorMasoud Abkenar <ampbox@gmail.com>2018-09-29 04:04:26 +0200
committerYamagishi Kazutoshi <ykzts@desire.sh>2018-09-29 11:04:26 +0900
commitdf2f4052b84e68d36341df5fb58755276e9bf3ce (patch)
treed61e5fed3cd02687ba01b0934c23614ee93f6525 /app
parentef69c655cc41c13c617383b727259d045f68a80c (diff)
RTL: fix margins: public-layout.header.nav-button (#8823)
* RTL: fix margins: public-layout.header.nav-button

* add empty line to meet style guides
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/rtl.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/rtl.scss b/app/javascript/styles/mastodon/rtl.scss
index 11588d47f..ffc875b88 100644
--- a/app/javascript/styles/mastodon/rtl.scss
+++ b/app/javascript/styles/mastodon/rtl.scss
@@ -294,4 +294,13 @@ body.rtl {
       }
     }
   }
+
+  .public-layout {
+    .header {
+      .nav-button {
+        margin-left: 8px;
+        margin-right: 0;
+      }
+    }
+  }
 }