2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-12 00:56:38 +02:00

Fix broken features list in RTL languages ()

Fixes 
This commit is contained in:
Yamagishi Kazutoshi 2017-05-08 22:52:51 +09:00 committed by Eugen Rochko
parent 9de254c46e
commit 66a3979cba

@ -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 {