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

View File

@@ -190,8 +190,3 @@ img.expression.default {
flex-direction: row;
}
@media screen and (max-width:1200px) {
div.expression {
display: none;
}
}