This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
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
6 years ago
committed by
Yamagishi Kazutoshi
parent
ef69c655cc
commit
df2f4052b8
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save