mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-02 20:36:49 +01:00
Uhh, mobile support
This commit is contained in:
parent
7d6ff2ee3c
commit
ab440a3d7b
@ -3584,4 +3584,20 @@ a {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
/* Jank mobile support for gallery and future draggables */
|
||||
@media screen and (max-width: 1000px) {
|
||||
#gallery {
|
||||
display: block;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
z-index: 9999;
|
||||
}
|
||||
.draggable {
|
||||
display: block;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
z-index: 9999;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user