Added attachment support

This commit is contained in:
2026-04-09 13:41:04 +02:00
parent 9baab3d3bc
commit 97f7712d55
13 changed files with 270 additions and 18 deletions

View File

@@ -0,0 +1,12 @@
:host {
display: grid;
gap: 4px;
height: 100%;
img {
display: block;
height: 100%;
width: 100%;
object-fit: cover;
}
}