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 {
|
body.waifuMode .expression-holder {
|
||||||
max-height: 90vh;
|
max-height: 100svh;
|
||||||
max-width: 90vw;
|
max-width: 100svw;
|
||||||
height: 90vh;
|
height: 100svh;
|
||||||
width: 90vw;
|
width: 100svw;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 5vw;
|
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
filter: drop-shadow(2px 2px 2px #51515199);
|
filter: drop-shadow(2px 2px 2px #51515199);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
/* resize: both; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body.waifuMode img.expression {
|
body.waifuMode img.expression {
|
||||||
/* height: 90vh; */
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.movingUI .drag-grabber {
|
body.movingUI .drag-grabber {
|
||||||
|
Reference in New Issue
Block a user