Matrix-Chat: Bildnachrichten darstellen

This commit is contained in:
Kai
2026-02-17 18:11:51 +01:00
parent a643b7773e
commit 3d6535098f
4 changed files with 54 additions and 12 deletions

View File

@@ -274,6 +274,14 @@ button:hover { background: linear-gradient(180deg, #7cbc19, #5e8a12); }
word-break: break-word;
}
.matrix-image {
display: block;
max-width: 100%;
height: auto;
border-radius: 8px;
border: 1px solid #d7decb;
}
.matrix-card {
display: flex;
flex-direction: column;