mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-02 20:36:49 +01:00
#1506 Fix big markdown images
This commit is contained in:
parent
dbd52a7994
commit
f8a903e1fd
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user