From: Eugen Rochko Date: Fri, 9 Jun 2017 17:46:25 +0000 (+0200) Subject: Fix #3658 - Update RTL styles (#3669) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=9b03cf0ddd73c259d301619d39b6019bb6c8a9d5;p=mastodon.git Fix #3658 - Update RTL styles (#3669) --- 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 {