logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 9b03cf0ddd73c259d301619d39b6019bb6c8a9d5
parent: cdff1da901c5e649f75f9fe89e5cf17b591f049e
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Fri,  9 Jun 2017 19:46:25 +0200

Fix #3658 - Update RTL styles (#3669)


Diffstat:

Mapp/javascript/styles/rtl.scss13++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)

diff --git 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 {