feat: align attachment preview horz/vert

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-08-01 16:58:24 +00:00
parent 4a8e9c7b1e
commit 112bd2561c
+3 -2
View File
@@ -2483,13 +2483,14 @@ span.instanceStatus {
border-radius: 8px;
overflow: hidden;
height: 192px;
display: flex;
align-items: center;
justify-content: center;
.unknownfile {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
}
.messageimgdiv {