Remove search bar on mobile (#1611)

This commit is contained in:
Sam El-Husseini
2018-11-09 13:26:06 -08:00
committed by GitHub
parent 11d265e281
commit 6910a9c7c4

View File

@ -69,6 +69,9 @@
#filelist { #filelist {
background: transparent !important; background: transparent !important;
} }
#blocklySearchArea {
display: none !important;
}
} }
/* Tablet */ /* Tablet */