about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/widgets.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-10-25 21:43:33 +0200
committerGitHub <noreply@github.com>2022-10-25 21:43:33 +0200
commit6f01111863bfb15b3574c95c8d60d59ae1d79772 (patch)
treea05764ee37dee9b0b62793fef00969658f2b7dde /app/javascript/styles/mastodon/widgets.scss
parent267978d4fe0eaee92f64d505df2a4a07d22f582c (diff)
Fix wrong size of avatars in admin UI (#19457)
Diffstat (limited to 'app/javascript/styles/mastodon/widgets.scss')
-rw-r--r--app/javascript/styles/mastodon/widgets.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/widgets.scss b/app/javascript/styles/mastodon/widgets.scss
index 260a97c6d..0e39dc87b 100644
--- a/app/javascript/styles/mastodon/widgets.scss
+++ b/app/javascript/styles/mastodon/widgets.scss
@@ -359,8 +359,9 @@
     vertical-align: initial !important;
   }
 
-  &__interrelationships {
+  tbody td.accounts-table__interrelationships {
     width: 21px;
+    padding-right: 16px;
   }
 
   .fa {