This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix broken features list in RTL languages (
#2909
)
Fixes
#2905
master
Yamagishi Kazutoshi
7 years ago
committed by
Eugen Rochko
parent
9de254c46e
commit
66a3979cba
1 changed files
with
10 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
app/javascript/styles/rtl.scss
+ 10
- 0
app/javascript/styles/rtl.scss
View File
@ -112,6 +112,16 @@ body.rtl {
margin-right
:
6px
;
margin-right
:
6px
;
}
}
.
fa-ul
{
margin-left
:
0
;
margin-left
:
2
.
14285714em
;
}
.
fa-li
{
left
:
auto
;
right
:
-2
.
14285714em
;
}
@media
screen
and
(
min-width
:
1025
px
)
{
@media
screen
and
(
min-width
:
1025
px
)
{
.
column
,
.
column
,
.
drawer
{
.
drawer
{
Write
Preview
Loading…
Cancel
Save