mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix bg menu for <1000px screens
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user