Fix mobile-styles.css for waifuMode
Mobile bros want a waifu too
This commit is contained in:
parent
be7eb8b2b5
commit
b2f40e490b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue