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 RTL layout not being RTL within the columns area (
#10990
)
master
Eugen Rochko
5 years ago
committed by
GitHub
parent
cc8f6b3cda
commit
25f93f4097
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app/javascript/styles/mastodon/rtl.scss
+ 4
- 0
app/javascript/styles/mastodon/rtl.scss
View File
@ -43,6 +43,10 @@ body.rtl {
left
:
10px
;
}
.
columns-area
{
direction
:
rtl
;
}
.
column-header__buttons
{
left
:
0
;
right
:
auto
;
Write
Preview
Loading…
Cancel
Save