From 6910a9c7c4719b5ec229926ab101a6aae260cfc7 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Fri, 9 Nov 2018 13:26:06 -0800 Subject: [PATCH] Remove search bar on mobile (#1611) --- theme/style.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/style.less b/theme/style.less index 7546ae13..5a808d0d 100644 --- a/theme/style.less +++ b/theme/style.less @@ -69,6 +69,9 @@ #filelist { background: transparent !important; } + #blocklySearchArea { + display: none !important; + } } /* Tablet */