From f513c54691f6f1b7807f30d99cfc9e2cf32f8f8c Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Thu, 13 Jul 2023 05:05:00 +0900 Subject: [PATCH] fix bg menu for <1000px screens --- public/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/style.css b/public/style.css index fa3053e4f..3af5c546c 100644 --- a/public/style.css +++ b/public/style.css @@ -4894,6 +4894,10 @@ body.waifuMode .zoomed_avatar { .horde_multiple_hint { display: none; } + + #bg_menu_content { + width: unset; + } } .lastInContext { @@ -4918,6 +4922,8 @@ body.waifuMode .zoomed_avatar { max-width: 90vw; max-width: 90svw; } + + } @media screen and (max-width: 450px) {