From 7e6256d4f558b7be72bc97c6c10b2bf4906893ec Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Tue, 15 Feb 2022 15:47:40 +0200 Subject: [PATCH] disable logo background in compact view --- src/common/MetaPreview/styles.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/MetaPreview/styles.less b/src/common/MetaPreview/styles.less index 238e43b7a..4485bfa3d 100644 --- a/src/common/MetaPreview/styles.less +++ b/src/common/MetaPreview/styles.less @@ -12,6 +12,9 @@ .meta-info-container { .logo, .logo-placeholder { width: 100%; + } + + .logo { background-color: @color-surface-dark5-10; }