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

This commit is contained in:
badlogic 2018-12-20 16:24:20 +01:00
parent 660a507221
commit 1a0b0543e3

View File

@ -391,12 +391,6 @@
width: 100%;
}
@media only screen and (max-width: 600px) {
.spine-player-editor-container {
flex-direction: column;
}
}
.spine-player-editor-code {
flex: 1;
overflow: auto;