Add sent-notes and archive

This commit is contained in:
2025-12-22 13:29:00 +05:30
parent c84866210a
commit 9724f834c0
6 changed files with 139 additions and 6 deletions

View File

@@ -119,8 +119,9 @@ select:nth-child(3n + 2), textarea:nth-child(3n + 2), button:nth-child(3n + 2),
background-color: #a4d6f7;
}
.note-from, .note-at {
.note-from, .note-to, .note-at {
text-align: right;
color: #333;
}
@@ -137,3 +138,9 @@ select:nth-child(3n + 2), textarea:nth-child(3n + 2), button:nth-child(3n + 2),
border-radius: 25px 155px 15px 25px / 115px 25px 225px 150px;
background-color: #fac9dc;
}
.title-and-link {
display: flex;
justify-content: space-between;
align-items: center;
}