notifications: only title is bold

This commit is contained in:
Girish Ramakrishnan
2026-03-15 14:25:00 +05:30
parent 7afec06d4c
commit 0079162efe
+1 -2
View File
@@ -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;