Mobile sprites fixes: hide non-VN sprite, fix group VN position, fix live2d conflicts

This commit is contained in:
Cohee
2023-11-27 03:22:35 +02:00
parent 37610062a7
commit c742251c5a
3 changed files with 12 additions and 9 deletions
+10 -2
View File
@@ -256,6 +256,14 @@
bottom: 0 !important;
}
body:not(.waifuMode) #expression-wrapper {
visibility: hidden;
}
#visual-novel-wrapper {
position: unset !important;
}
body.waifuMode .expression-holder {
/*display: inline;*/
@@ -267,7 +275,7 @@
left: 0;
right: 0;
filter: drop-shadow(2px 2px 2px #51515199);
z-index: 1;
z-index: 1 !important;
}
body.waifuMode img.expression {
@@ -457,4 +465,4 @@
#horde_model {
height: unset;
}
}
}
@@ -190,8 +190,3 @@ img.expression.default {
flex-direction: row;
}
@media screen and (max-width:1200px) {
div.expression {
display: none;
}
}
+2 -2
View File
@@ -415,12 +415,12 @@ hr {
#bg1 {
background-image: url('backgrounds/tavern day.jpg');
z-index: -2;
z-index: -3;
}
#bg_custom {
background-image: none;
z-index: -1;
z-index: -2;
}
/*TOPPER margin*/