Handle offline expressions for VN mode. Don't add blocks without sprites. Force empty block on chat change.

This commit is contained in:
Cohee
2023-06-04 00:42:16 +03:00
parent 8e2c20da3c
commit cccca22601
3 changed files with 44 additions and 7 deletions

View File

@@ -21,6 +21,11 @@
width: max-content;
}
#visual-novel-wrapper .hidden {
display: none !important;
visibility: hidden !important;
}
#visual-novel-wrapper img.expression {
object-fit: cover;
}