mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
#1506 Fix big markdown images
This commit is contained in:
@@ -316,6 +316,11 @@ table.responsiveTable {
|
|||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mes_text img:not(.mes_img) {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: var(--doc-height);
|
||||||
|
}
|
||||||
|
|
||||||
.mes .mes_timer,
|
.mes .mes_timer,
|
||||||
.mes .mesIDDisplay,
|
.mes .mesIDDisplay,
|
||||||
.mes .tokenCounterDisplay {
|
.mes .tokenCounterDisplay {
|
||||||
|
Reference in New Issue
Block a user