add: images in messages for supporters

This commit is contained in:
trisua 2025-09-03 20:05:43 -04:00
parent 1c1eb3be5d
commit dfa1abe2d9
7 changed files with 116 additions and 4 deletions

View file

@ -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;
}