diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/codeq.css b/css/codeq.css index 67af384..1c5eccc 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -397,6 +397,11 @@ body { .block.block4 { border-bottom: 1px solid #ddd; } + + /*layout selection is disable on small screens*/ + #gui_layout_select_form_group { + display: none; + } } /* codeq hints */ |