Fix instruct mode being too cool for tiny phone screens

This commit is contained in:
Cohee
2023-09-03 01:52:34 +03:00
parent 69b085e911
commit aebf173720
2 changed files with 9 additions and 3 deletions

View File

@@ -270,6 +270,12 @@
}
}
@media screen and (min-width: 1001px) {
#PygOverrides, #ContextFormatting {
flex: 1;
}
}
/*landscape mode phones and ipads*/
@media screen and (max-width: 1000px) and (orientation: landscape) {
body.waifuMode img.expression {
@@ -407,4 +413,4 @@
#horde_model {
height: unset;
}
}
}