about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/javascript/styles/mastodon/rtl.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/rtl.scss b/app/javascript/styles/mastodon/rtl.scss
index 9644f8e02..61a20013e 100644
--- a/app/javascript/styles/mastodon/rtl.scss
+++ b/app/javascript/styles/mastodon/rtl.scss
@@ -309,3 +309,15 @@ body.rtl {
     }
   }
 }
+
+.landing-page__information {
+  .account__display-name {
+    margin-right: 0;
+    margin-left: 5px;
+  }
+
+  .account__avatar-wrapper {
+    margin-left: 12px;
+    margin-right: 0;
+  }
+}