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] Fix RTL layout not being RTL within the columns area
Port
25f93f4097
to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
Eugen Rochko
5 years ago
committed by
Thibaut Girka
parent
59d214e54b
commit
fc6d27daf3
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/flavours/glitch/styles/rtl.scss
+ 4
- 0
app/javascript/flavours/glitch/styles/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