[ts][player] Media query to change editor/player layout on small screens.

This commit is contained in:
badlogic 2018-12-20 16:21:58 +01:00
parent 9409a772c6
commit 660a507221

View File

@ -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;