From 9c44de4783d68819a4a10a0de5fadab90e00e682 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 2 Aug 2018 14:16:02 +0700 Subject: [layout] Fix import and syntax checkbox layout on screen width 960px --- static/css/app.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/css/app.css b/static/css/app.css index b240013..e72d38b 100755 --- a/static/css/app.css +++ b/static/css/app.css @@ -528,3 +528,14 @@ a#run, a#kill { display: none; } } +@media (max-width: 960px) { + #explorer { + position: initial; + height: auto; + } + #explorer .imports-checkbox, + #explorer .syntax-checkbox { + float: none; + display: block; + } +} -- cgit v1.3