Support comment img/video attachments (fixes #30)

This commit is contained in:
daudix
2024-07-20 20:58:42 +03:00
parent 0bfb92729c
commit 8b200e577d
3 changed files with 69 additions and 0 deletions

View File

@ -80,6 +80,7 @@ img {
&:hover {
transform: scale(1.1);
z-index: 1;
box-shadow: var(--shadow-raised);
border-radius: 0;
}