generated from t/malachite
add: images in messages for supporters
This commit is contained in:
parent
1c1eb3be5d
commit
dfa1abe2d9
7 changed files with 116 additions and 4 deletions
|
@ -822,3 +822,18 @@ menu.col {
|
|||
.message:focus .dropdown.hidden {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
.message img {
|
||||
max-width: 50dvw;
|
||||
max-height: 25dvh;
|
||||
}
|
||||
|
||||
.message .upload {
|
||||
border-radius: var(--radius);
|
||||
box-shadow: var(--shadow-x-offset) var(--shadow-y-offset) var(--shadow-size)
|
||||
var(--color-shadow);
|
||||
}
|
||||
|
||||
.message .body p:last-of-type {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue