mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix mobile-styles.css for waifuMode
Mobile bros want a waifu too
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user