Mobile sprites fixes: hide non-VN sprite, fix group VN position, fix live2d conflicts
This commit is contained in:
@@ -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
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user