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 column-back-button__icon margins/content (
#9112
)
* RTL: fix column-back-button__icon margins/content * Update rtl.scss * Update rtl.scss
pull/4/head
Masoud Abkenar
6 years ago
committed by
Eugen Rochko
parent
215e649391
commit
6e1a4f85ad
1 changed files
with
18 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+18
-0
app/javascript/styles/mastodon/rtl.scss
+ 18
- 0
app/javascript/styles/mastodon/rtl.scss
View File
@ -352,4 +352,22 @@ body.rtl {
margin-right
:
15px
;
text-align
:
right
;
}
.
fa-chevron-left
:
:
before
{
content
:
"
\F054
"
;
}
.
fa-chevron-right
:
:
before
{
content
:
"
\F053
"
;
}
.
column-back-button__icon
{
margin-right
:
0
;
margin-left
:
5px
;
}
.
column-header__setting-arrows
.
column-header__setting-btn
:
last-child
{
padding-left
:
0
;
padding-right
:
10px
;
}
}
Write
Preview
Loading…
Cancel
Save