mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
This commit is contained in:
@@ -3196,8 +3196,9 @@ a {
|
||||
|
||||
/* Message images */
|
||||
.mes img.img_extra {
|
||||
max-width: 600px;
|
||||
max-height: 300px;
|
||||
max-width: 100%;
|
||||
max-height: 60svh;
|
||||
/*to fit inside single window height of mobile landscape*/
|
||||
border-radius: 10px;
|
||||
display: block;
|
||||
}
|
||||
@@ -3865,9 +3866,10 @@ body.waifuMode #avatar_zoom_popup {
|
||||
aspect-ratio: 2 / 3;
|
||||
}
|
||||
|
||||
/*
|
||||
.mes img.img_extra {
|
||||
max-width: 100%;
|
||||
}
|
||||
} */
|
||||
|
||||
.world_entry_thin_controls {
|
||||
flex-direction: column;
|
||||
|
Reference in New Issue
Block a user