]> cat aescling's git repositories - mastodon.git/commitdiff
RTL: fix margins: public-layout.header.nav-button (#8823)
authorMasoud Abkenar <ampbox@gmail.com>
Sat, 29 Sep 2018 02:04:26 +0000 (04:04 +0200)
committerYamagishi Kazutoshi <ykzts@desire.sh>
Sat, 29 Sep 2018 02:04:26 +0000 (11:04 +0900)
* RTL: fix margins: public-layout.header.nav-button

* add empty line to meet style guides

app/javascript/styles/mastodon/rtl.scss

index 11588d47f5e550ae4171f9c660aab4576e952102..ffc875b88b8c2ba94278c975c1317aeef458157a 100644 (file)
@@ -294,4 +294,13 @@ body.rtl {
       }
     }
   }
+
+  .public-layout {
+    .header {
+      .nav-button {
+        margin-left: 8px;
+        margin-right: 0;
+      }
+    }
+  }
 }