add: message notifications

This commit is contained in:
trisua 2025-09-07 10:44:14 -04:00
parent ca1eca967c
commit 361d3d8e30
9 changed files with 100 additions and 13 deletions

View file

@ -837,3 +837,22 @@ menu.col {
.message .body p:last-of-type {
margin: 0 !important;
}
.message_reply_wrapper .message {
opacity: 75%;
padding: 0 4px;
& .body {
min-height: unset;
height: 26px !important;
overflow: hidden;
}
& p {
font-size: 10px;
}
& .avatar {
--size: 18px !important;
}
}