From c417d4bc4aeb56d02afc11a9aefd3dce0dcbf828 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Tue, 2 May 2023 05:44:22 +0900 Subject: [PATCH] skill issue --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 2f10ded4c..72f9406b9 100644 --- a/public/style.css +++ b/public/style.css @@ -3944,7 +3944,7 @@ body.waifuMode #avatar_zoom_popup { } body.waifuMode #avatar_zoom_popup { - width: 80svw; + width: fit-content; max-height: calc(60svh - 60px); max-width: 90svw; }