mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
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;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.waifuMode .zoomed_avatar_container {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
body.waifuMode .zoomed_avatar {
|
body.waifuMode .zoomed_avatar {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
max-height: calc(60vh - 60px);
|
max-height: calc(60vh - 60px);
|
||||||
|
Loading…
Reference in New Issue
Block a user