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;