From 3146f006bbf9ccc50c09c0f5067c82f4b22380b6 Mon Sep 17 00:00:00 2001 From: Zita Szupera Date: Mon, 16 May 2022 11:21:45 +0200 Subject: [PATCH] fix --- src-v2/styles/ChannelPreview/ChannelPreview-layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-v2/styles/ChannelPreview/ChannelPreview-layout.scss b/src-v2/styles/ChannelPreview/ChannelPreview-layout.scss index 9e23da3c..58b8fc2c 100644 --- a/src-v2/styles/ChannelPreview/ChannelPreview-layout.scss +++ b/src-v2/styles/ChannelPreview/ChannelPreview-layout.scss @@ -48,7 +48,7 @@ } } -// PostCSS transformations get into an endless loop if these selecters are nested under .str-chat__channel-preview-loading +// PostCSS transformations get into an endless loop if these selectors are nested under .str-chat__channel-preview-loading .str-chat__loading-channels-username { height: calc(var(--str-chat__spacing-px) * 16); width: calc(var(--str-chat__spacing-px) * 66);