From 7ce079cd2634c97b1154358014c14b92eec686ff Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 22 Aug 2024 20:57:22 +0200 Subject: [PATCH] [Glitch] Fix missing CSS in moderation interface Port e08d22724d9baf6c639466507c2b117788e5b8de to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/styles/widgets.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/javascript/flavours/glitch/styles/widgets.scss b/app/javascript/flavours/glitch/styles/widgets.scss index 6f5907f535..d810ee4bfc 100644 --- a/app/javascript/flavours/glitch/styles/widgets.scss +++ b/app/javascript/flavours/glitch/styles/widgets.scss @@ -1,10 +1,4 @@ -@use 'sass:math'; - .directory { - background: var(--background-color); - border-radius: 4px; - box-shadow: 0 0 15px rgba($base-shadow-color, 0.2); - &__tag { box-sizing: border-box; margin-bottom: 10px; @@ -65,7 +59,8 @@ &.active h4 { &, .fa, - small { + small, + .trends__item__current { color: $primary-text-color; } } @@ -78,6 +73,10 @@ &.active .avatar-stack .account__avatar { border-color: $ui-highlight-color; } + + .trends__item__current { + padding-inline-end: 0; + } } } @@ -153,8 +152,9 @@ vertical-align: initial !important; } - &__interrelationships { + tbody td.accounts-table__interrelationships { width: 21px; + padding-inline-end: 16px; } .icon {