From 386cca0e5d65c5b7d70a44cc955266fcd3e4a6cb Mon Sep 17 00:00:00 2001 From: Cohee1207 <18619528+Cohee1207@users.noreply.github.com> Date: Sat, 19 Aug 2023 23:55:57 +0300 Subject: [PATCH] Mobile waifu mode fix (?) --- public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index fba7c6526..64c6b7017 100644 --- a/public/style.css +++ b/public/style.css @@ -5270,8 +5270,9 @@ body.waifuMode .zoomed_avatar { } body.waifuMode .expression-holder { - display: inline; + /*display: inline;*/ + max-width: 100vw; height: 100vh; width: max-content; margin: 0 auto;