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; + } +}