From 6b129b65f3344118a3b424c66a6062b3cfbc9bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sun, 19 Oct 2025 23:54:18 +0200 Subject: [PATCH] pl-fe: idk im drunk 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/components/status.tsx | 10 ++++++---- .../notifications/components/notification.tsx | 2 ++ .../src/features/ui/components/pending-status.tsx | 2 +- packages/pl-fe/src/styles/components/status.scss | 4 ---- packages/pl-fe/src/styles/new/notifications.scss | 2 +- packages/pl-fe/src/styles/new/statuses.scss | 14 ++++++++++++++ 6 files changed, 24 insertions(+), 10 deletions(-) diff --git a/packages/pl-fe/src/components/status.tsx b/packages/pl-fe/src/components/status.tsx index 0903dc03b..e8417ceac 100644 --- a/packages/pl-fe/src/components/status.tsx +++ b/packages/pl-fe/src/components/status.tsx @@ -367,8 +367,12 @@ const Status: React.FC = (props) => { const body = (
= (props) => { > {statusInfo} diff --git a/packages/pl-fe/src/features/notifications/components/notification.tsx b/packages/pl-fe/src/features/notifications/components/notification.tsx index 482d36334..8fd4747e5 100644 --- a/packages/pl-fe/src/features/notifications/components/notification.tsx +++ b/packages/pl-fe/src/features/notifications/components/notification.tsx @@ -359,6 +359,7 @@ const Notification: React.FC = (props) => { avatarSize={avatarSize} contextType='notifications' showGroup={false} + variant='slim' /> ); } @@ -418,6 +419,7 @@ const Notification: React.FC = (props) => { avatarSize={avatarSize} contextType='notifications' showGroup={false} + variant='slim' /> ) : null; default: diff --git a/packages/pl-fe/src/features/ui/components/pending-status.tsx b/packages/pl-fe/src/features/ui/components/pending-status.tsx index c02aa92f7..ee0a05e79 100644 --- a/packages/pl-fe/src/features/ui/components/pending-status.tsx +++ b/packages/pl-fe/src/features/ui/components/pending-status.tsx @@ -58,7 +58,7 @@ const PendingStatus: React.FC = ({ idempotencyKey, className, mu return (
-
+