Browse Source

Fix #3658 - Update RTL styles (#3669)

closed-social-glitch-2
Eugen Rochko 6 years ago
committed by GitHub
parent
commit
9b03cf0ddd
1 changed files with 8 additions and 5 deletions
  1. +8
    -5
      app/javascript/styles/rtl.scss

+ 8
- 5
app/javascript/styles/rtl.scss View File

@ -27,14 +27,17 @@ body.rtl {
left: 10px;
}
.column-icon-clear {
.column-header__buttons {
left: 0;
right: auto;
left: 48px;
}
.column-icon {
right: auto;
left: 5px;
.column-header__setting-arrows {
float: left;
}
.compose-form__modifiers {
border-radius: 0 0 0 4px;
}
.setting-toggle {

Loading…
Cancel
Save