From 91bb373f3d68329b924c510e7e2ca157167cdb89 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 27 Apr 2018 10:19:38 -0700 Subject: hide filters on mobile by default, cat ears to show --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 1e813b7..3a7cc55 100644 --- a/static/style.css +++ b/static/style.css @@ -219,6 +219,10 @@ button { /* overflow: hidden; */ } + #filters { + display: none; + } + /* #filters h4, #filters h1 { */ /* display: none; */ -- cgit v1.2.3