#1506 Fix big markdown images

This commit is contained in:
Cohee 2023-12-10 18:45:55 +02:00
parent dbd52a7994
commit f8a903e1fd
1 changed files with 5 additions and 0 deletions

View File

@ -316,6 +316,11 @@ table.responsiveTable {
padding: 1em;
}
.mes_text img:not(.mes_img) {
max-width: 100%;
max-height: var(--doc-height);
}
.mes .mes_timer,
.mes .mesIDDisplay,
.mes .tokenCounterDisplay {