Fix mobile-styles.css for waifuMode

Mobile bros want a waifu too
This commit is contained in:
Cohee 2024-04-26 21:51:28 +03:00
parent be7eb8b2b5
commit b2f40e490b
1 changed files with 4 additions and 0 deletions

View File

@ -309,6 +309,10 @@
object-fit: cover;
}
body.waifuMode .zoomed_avatar_container {
height: 100%;
}
body.waifuMode .zoomed_avatar {
width: fit-content;
max-height: calc(60vh - 60px);