From e539fe0babcf543cf2990e2819d4e9c60e10ba1b Mon Sep 17 00:00:00 2001
From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
Date: Thu, 16 Jan 2025 19:47:23 +1100
Subject: notifications: empty text
Scrollbar less transparent
---
src/modules/notifications.tsx | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
(limited to 'src/modules')
diff --git a/src/modules/notifications.tsx b/src/modules/notifications.tsx
index ea98ada..8b50a12 100644
--- a/src/modules/notifications.tsx
+++ b/src/modules/notifications.tsx
@@ -65,9 +65,19 @@ export default () => (
label="Clear"
/>
-
-
-
+ (n.length > 0 ? "list" : "empty"))}
+ >
+
+
+
+
+
+
+
+
);
--
cgit v1.2.3-freya