Mobile waifu mode fix (?)

This commit is contained in:
Cohee1207 2023-08-19 23:55:57 +03:00
parent db6beed881
commit 386cca0e5d
1 changed files with 2 additions and 1 deletions

View File

@ -5270,8 +5270,9 @@ body.waifuMode .zoomed_avatar {
}
body.waifuMode .expression-holder {
display: inline;
/*display: inline;*/
max-width: 100vw;
height: 100vh;
width: max-content;
margin: 0 auto;