From daedf9544abc4ce14dec77d0a088e18b58038791 Mon Sep 17 00:00:00 2001 From: Andrew Rodrigues Date: Tue, 28 Nov 2017 17:14:53 -0500 Subject: [PATCH] fixes #389 --- less/rtl.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/less/rtl.less b/less/rtl.less index 04fa126..031060a 100644 --- a/less/rtl.less +++ b/less/rtl.less @@ -31,4 +31,8 @@ html[data-dir="rtl"] { margin-left: 15px; margin-right: 0px; } -} \ No newline at end of file + + .page-user .posts-list .posts-list-item .user-img { + left: 0; + } +}