From d65234de8b6fd236853b32b28ca7bd0447b8ab86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sun, 1 Feb 2026 23:25:26 +0100 Subject: [PATCH] pl-fe: style migrations, fix chat list gradient MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/features/chats/components/chat-list.tsx | 4 ++-- packages/pl-fe/src/styles/new/chats.scss | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/pl-fe/src/features/chats/components/chat-list.tsx b/packages/pl-fe/src/features/chats/components/chat-list.tsx index 83d2d0f80..a2851feca 100644 --- a/packages/pl-fe/src/features/chats/components/chat-list.tsx +++ b/packages/pl-fe/src/features/chats/components/chat-list.tsx @@ -52,7 +52,7 @@ const ChatList: React.FC = ({ onClickChat, useWindowScroll = false }) }; return ( -
+
setNearTop(atTop)} @@ -75,7 +75,7 @@ const ChatList: React.FC = ({ onClickChat, useWindowScroll = false }) <>
div { + position: relative; + height: 100%; + } } &__blankslate {