diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-09 19:46:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-09 19:46:25 +0200 |
commit | 9b03cf0ddd73c259d301619d39b6019bb6c8a9d5 (patch) | |
tree | 5370ea3cb127ed0eb3fe5a372ddc802be9d04958 | |
parent | cdff1da901c5e649f75f9fe89e5cf17b591f049e (diff) |
Fix #3658 - Update RTL styles (#3669)
-rw-r--r-- | app/javascript/styles/rtl.scss | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/app/javascript/styles/rtl.scss b/app/javascript/styles/rtl.scss index 16a1c9c05..a91d0d72a 100644 --- a/app/javascript/styles/rtl.scss +++ b/app/javascript/styles/rtl.scss @@ -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 { |