diff --git a/src/theme/chat/_dividers.scss b/src/theme/chat/_dividers.scss index 3d35813..c09d459 100644 --- a/src/theme/chat/_dividers.scss +++ b/src/theme/chat/_dividers.scss @@ -15,24 +15,24 @@ display: block; width: 100%; } - .content_fc5f50 { + .content_c2654d { border-radius: 6px; margin: 0; padding: 8px 12px; } - &:not(.isUnread_fc5f50) { + &:not(.isUnread_c2654d) { &::before, - .content_fc5f50 { + .content_c2654d { background: var(--border); } } - &.isUnread_fc5f50 { + &.isUnread_c2654d { margin: 8px 0; &::before { order: 1; background: hsl(var(--discord-red)); } - .content_fc5f50 { + .content_c2654d { order: 2; margin-right: 12px; background: hsl(var(--discord-red) / 0.2); @@ -40,7 +40,7 @@ } } } - .unreadPill_fc5f50 { + .unreadPill_c2654d { position: relative; top: 0; left: 0;