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 settings button margins in column headers (
#8764
)
pull/4/head
Masoud Abkenar
6 years ago
committed by
Eugen Rochko
parent
0aa9c05744
commit
ef11347281
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/javascript/styles/mastodon/rtl.scss
+ 2
- 2
app/javascript/styles/mastodon/rtl.scss
View File
@ -46,8 +46,8 @@ body.rtl {
.
column-header__buttons
{
left
:
0
;
right
:
auto
;
margin-left
:
-15px
;
margin-right
:
0
;
margin-left
:
0
;
margin-right
:
-15px
;
}
.
column-inline-form
.
icon-button
{
Write
Preview
Loading…
Cancel
Save