Browse Source

RTL: fix margins: public-layout.header.nav-button (#8823)

* RTL: fix margins: public-layout.header.nav-button

* add empty line to meet style guides
pull/4/head
Masoud Abkenar 5 years ago
committed by Yamagishi Kazutoshi
parent
commit
df2f4052b8
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      app/javascript/styles/mastodon/rtl.scss

+ 9
- 0
app/javascript/styles/mastodon/rtl.scss View File

@ -294,4 +294,13 @@ body.rtl {
}
}
}
.public-layout {
.header {
.nav-button {
margin-left: 8px;
margin-right: 0;
}
}
}
}

Loading…
Cancel
Save