feat: Show notifications on profile

This commit is contained in:
2024-08-02 20:44:33 +02:00
parent 198fb88bfd
commit 63f542da81
5 changed files with 27 additions and 4 deletions

View File

@@ -457,7 +457,7 @@ select, button {
}
}
.container-comments {
.container-comments, .container-cards {
display: flex;
flex-wrap: wrap;
background: var(--background-two);
@@ -465,7 +465,7 @@ select, button {
padding: 5px;
}
.comment {
.comment, .notification {
flex: 1 100%;
margin: 10px;
border-radius: 8px;