From 42abc678a281457994becdbbf9211f1058dfd042 Mon Sep 17 00:00:00 2001 From: Leo Daniel A <137432765+LeoDanielA01@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:01:53 +0530 Subject: [PATCH] fix(notifications): single-line mobile header and improve empty state (#2250) * fix(notifications): single-line mobile header and improve empty state * fix(style): improve the notification content for mobile view and dark theme --- frontend/src/pages/Notifications.vue | 65 ++++++++++++++++++---------- 1 file changed, 42 insertions(+), 23 deletions(-) diff --git a/frontend/src/pages/Notifications.vue b/frontend/src/pages/Notifications.vue index c36ca2ad..04ea50ba 100644 --- a/frontend/src/pages/Notifications.vue +++ b/frontend/src/pages/Notifications.vue @@ -1,9 +1,11 @@