logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 66a3979cbad92d20cdf0bfabc7184d3744ad89ae
parent: 9de254c46e8cd3ef36a128701b0d02993c3f1e2d
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Mon,  8 May 2017 22:52:51 +0900

Fix broken features list in RTL languages (#2909)

Fixes #2905

Diffstat:

Mapp/javascript/styles/rtl.scss10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/app/javascript/styles/rtl.scss b/app/javascript/styles/rtl.scss @@ -112,6 +112,16 @@ body.rtl { margin-right: 6px; } + .fa-ul { + margin-left: 0; + margin-left: 2.14285714em; + } + + .fa-li { + left: auto; + right: -2.14285714em; + } + @media screen and (min-width: 1025px) { .column, .drawer {