notifications: only title is bold
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user