mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
larger mobile waifus
This commit is contained in:
@ -3319,20 +3319,19 @@ body.waifuMode #chat {
|
||||
}
|
||||
|
||||
body.waifuMode .expression-holder {
|
||||
max-height: 90vh;
|
||||
max-width: 90vw;
|
||||
height: 90vh;
|
||||
width: 90vw;
|
||||
max-height: 100svh;
|
||||
max-width: 100svw;
|
||||
height: 100svh;
|
||||
width: 100svw;
|
||||
position: absolute;
|
||||
left: 5vw;
|
||||
bottom: 0;
|
||||
filter: drop-shadow(2px 2px 2px #51515199);
|
||||
z-index: 1;
|
||||
/* resize: both; */
|
||||
|
||||
}
|
||||
|
||||
body.waifuMode img.expression {
|
||||
/* height: 90vh; */
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
body.movingUI .drag-grabber {
|
||||
|
Reference in New Issue
Block a user