Matrix-Chat: Bildnachrichten darstellen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user