From cb09eb535374b8b142f3b201aff2188238f37f93 Mon Sep 17 00:00:00 2001 From: tux Date: Fri, 26 Sep 2025 13:18:50 +0530 Subject: [PATCH] style(notifications): add spacing to notifications --- widgets/notifications/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/notifications/index.tsx b/widgets/notifications/index.tsx index 6951d4b..de0c088 100644 --- a/widgets/notifications/index.tsx +++ b/widgets/notifications/index.tsx @@ -42,7 +42,7 @@ export const Notifications = (gdkmonitor: Gdk.Monitor) => { visible={notifications((ns) => ns.length > 0)} anchor={TOP | RIGHT} > - + {(n) => }