diff options
author | Masoud Abkenar <ampbox@gmail.com> | 2018-09-29 04:04:26 +0200 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2018-09-29 11:04:26 +0900 |
commit | df2f4052b84e68d36341df5fb58755276e9bf3ce (patch) | |
tree | d61e5fed3cd02687ba01b0934c23614ee93f6525 /app | |
parent | ef69c655cc41c13c617383b727259d045f68a80c (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.scss | 9 |
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; + } + } + } } |