mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-12 10:08:44 +08:00
[ts][player] Media query to change editor/player layout on small screens.
This commit is contained in:
parent
9409a772c6
commit
660a507221
@ -391,6 +391,12 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.spine-player-editor-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.spine-player-editor-code {
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user