limit markdown image size

This commit is contained in:
BENEDEK László 2025-06-09 13:11:59 +02:00
parent 1c5cb3eda8
commit 4f94192857

View File

@ -31,6 +31,12 @@ app-profile-picture {
.message-content {
height: fit-content;
margin-right: 15px;
::ng-deep img {
display: block;
max-width: 100%;
max-height: 500px;
}
}
}
}