Add time for archived notifications

This commit is contained in:
ClemDee
2019-07-02 10:58:54 +02:00
parent 4ce3678826
commit c586d9170a
2 changed files with 17 additions and 4 deletions

View File

@@ -98,9 +98,19 @@
.cp-notification-content {
flex-grow: 1;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
p {
display: inline-block;
margin: 1rem 1rem;
}
.notification-time {
margin: 1rem 1rem;
color: grey;
margin-left: auto;
}
}
.cp-notification-dismiss {