From 0079162efea4b33841ca0611a8c46374f47a3e2a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 15 Mar 2026 14:25:00 +0530 Subject: [PATCH] notifications: only title is bold --- dashboard/src/views/NotificationsView.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dashboard/src/views/NotificationsView.vue b/dashboard/src/views/NotificationsView.vue index 58193a71b..ca8fcb73f 100644 --- a/dashboard/src/views/NotificationsView.vue +++ b/dashboard/src/views/NotificationsView.vue @@ -175,7 +175,6 @@ onMounted(async () => { .notification-item { cursor: pointer; border-radius: 10px; - font-weight: var(--pankow-font-weight-bold); } .notification-item.new { @@ -192,6 +191,7 @@ onMounted(async () => { display: flex; justify-content: space-between; align-items: center; + font-weight: var(--pankow-font-weight-bold); } .notification-item-date { @@ -202,7 +202,6 @@ onMounted(async () => { .notification-item-message { display: none; - font-size: 12px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px;