[Glitch] Fix RTL layout not being RTL within the columns area

Port b44ae7d284 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
lolsob-rspec
Eugen Rochko 2019-06-07 23:35:26 +02:00 committed by Thibaut Girka
parent abb2700350
commit d0f90c3e9d
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ body.rtl {
left: 10px;
}
.columns-area {
direction: rtl;
}
.column-header__buttons {
left: 0;
right: auto;