From 34fdb278b41d172c2bda6b102f656d444febaee1 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 12 Jan 2024 13:00:28 +0100 Subject: [PATCH] Profile: fix night mode for similar channels tab (#4137) --- src/components/right/Profile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/right/Profile.scss b/src/components/right/Profile.scss index 2527c9205..dc3738a15 100644 --- a/src/components/right/Profile.scss +++ b/src/components/right/Profile.scss @@ -146,7 +146,7 @@ margin-top: -1.8125rem; z-index: 1; border-radius: var(--border-radius-default-small); - box-shadow: 0px 0px 1rem 1rem white; + box-shadow: -1rem 0 1rem 1rem var(--color-background), -1rem 0 1rem 0.3125rem var(--color-background); .icon { margin-left: 0.625rem;