fix bg menu for <1000px screens

This commit is contained in:
RossAscends
2023-07-13 05:05:00 +09:00
parent abdf1ac71e
commit f513c54691

View File

@@ -4894,6 +4894,10 @@ body.waifuMode .zoomed_avatar {
.horde_multiple_hint { .horde_multiple_hint {
display: none; display: none;
} }
#bg_menu_content {
width: unset;
}
} }
.lastInContext { .lastInContext {
@@ -4918,6 +4922,8 @@ body.waifuMode .zoomed_avatar {
max-width: 90vw; max-width: 90vw;
max-width: 90svw; max-width: 90svw;
} }
} }
@media screen and (max-width: 450px) { @media screen and (max-width: 450px) {