generated from t/malachite
add: message notifications
This commit is contained in:
parent
ca1eca967c
commit
361d3d8e30
9 changed files with 100 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue