From d46eb0624355f05d77256f043b4d7105fb00164d Mon Sep 17 00:00:00 2001 From: itsmartashub <44645238+itsmartashub@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:49:25 +0100 Subject: [PATCH 1/2] fix(chats-minimap): Add blur to bg to fix readability issue with transparentish bg --- styles/elements/_right--main.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/styles/elements/_right--main.scss b/styles/elements/_right--main.scss index f0df3df..b2711fe 100644 --- a/styles/elements/_right--main.scss +++ b/styles/elements/_right--main.scss @@ -229,4 +229,21 @@ font-family: var(--fontFamily), var(--fontFamilyDefault) !important; font-size: calc((var(--fontSize) / 16) * 1rem) !important; line-height: calc(var(--lineHeight) / 16) !important; +} + + +/* Chats minimap wrapper */ +._189b4a0 { + + /* Chats minimap */ + ._6ffc3c9 { + // background-color: var(--c-surface-2) !important; + background-color: var(--c-surface-2) !important; + box-shadow: inset 0px 0px 2px 2px hsla(var(--accent-hsl) / 0.05) + } + + /* Chats minimap items - ._7ae8ea4 je kad je hoverovano na neki chatmap item (crticu) */ + ._4ce999d._7ae8ea4 { + backdrop-filter: blur(20px) !important; + } } \ No newline at end of file From 4dc5019b480abeee22657cb5425b875336d7ed68 Mon Sep 17 00:00:00 2001 From: itsmartashub <44645238+itsmartashub@users.noreply.github.com> Date: Thu, 12 Feb 2026 16:11:58 +0100 Subject: [PATCH 2/2] refactor(chats-minimap): Remove bg, box-shadow and blend its bg with chats container's bg --- styles/elements/_right--main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/elements/_right--main.scss b/styles/elements/_right--main.scss index b2711fe..425c2ab 100644 --- a/styles/elements/_right--main.scss +++ b/styles/elements/_right--main.scss @@ -238,8 +238,8 @@ /* Chats minimap */ ._6ffc3c9 { // background-color: var(--c-surface-2) !important; - background-color: var(--c-surface-2) !important; - box-shadow: inset 0px 0px 2px 2px hsla(var(--accent-hsl) / 0.05) + // box-shadow: inset 0px 0px 2px 2px hsla(var(--accent-hsl) / 0.05) + background-color: var(--c-bg-chats-container) !important; } /* Chats minimap items - ._7ae8ea4 je kad je hoverovano na neki chatmap item (crticu) */