Profile: fix night mode for similar channels tab (#4137)

This commit is contained in:
Alexander Zinchuk 2024-01-12 13:00:28 +01:00
parent d0b32f3f2b
commit 34fdb278b4

View File

@ -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;