mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 17:07:07 +01:00
9 lines
185 B
CSS
9 lines
185 B
CSS
/* iPhone copium land */
|
|
@media screen and (max-width: 1000px) {
|
|
.ios .popup .popup-body {
|
|
height: fit-content;
|
|
max-height: 90vh;
|
|
max-height: 90svh;
|
|
}
|
|
}
|