From 936af83ca08ff978aef6357ee7510c65eda7e31f Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 19 Apr 2023 00:37:28 +0900 Subject: [PATCH] larger mobile waifus --- public/style.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/public/style.css b/public/style.css index 23027d481..2b73354d5 100644 --- a/public/style.css +++ b/public/style.css @@ -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 {