landscape mobile waifu to 'contain'

This commit is contained in:
RossAscends
2023-04-20 05:34:35 +09:00
parent 4b54193d3f
commit 3d5b6d81d9

View File

@@ -3546,10 +3546,6 @@ body.movingUI #expression-holder {
z-index: 1;
}
body.waifuMode img.expression {
object-fit: cover;
}
.scrollableInner {
overflow-y: auto;
overflow-x: hidden;
@@ -3557,6 +3553,12 @@ body.movingUI #expression-holder {
}
}
@media screen and (max-width: 1000px) and (orientation: landscape) {
body.waifuMode img.expression {
object-fit: contain;
}
}
@media screen and (max-width: 450px) {
.drawer25pWidth {
flex-basis: max(calc(100% / 2 - 10px), 200px);