mobile.css 286 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 @media screen and (max-width: 768px) { .record-wrap #ideDir { display: none; background-color: red; } .record-wrap #ideEditer { width: 100%; } .console-wrap { padding-left: 0; } .console-wrap .CodeMirror-gutter { display: none; margin-left: 0; } }