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
[Glitch] RTL: fix margins: public-layout.header.nav-button
Port
df2f4052b8
to glitch-soc
closed-social-glitch-2
Thibaut Girka
6 years ago
parent
884a898442
commit
15197a831c
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/flavours/glitch/styles/rtl.scss
+ 9
- 0
app/javascript/flavours/glitch/styles/rtl.scss
View File
@ -298,4 +298,13 @@ body.rtl {
}
}
}
.
public-layout
{
.
header
{
.
nav-button
{
margin-left
:
8px
;
margin-right
:
0
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save