aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2018-04-27 10:19:38 -0700
committerAdam Mathes <adam@trenchant.org>2018-04-27 10:19:38 -0700
commit91bb373f3d68329b924c510e7e2ca157167cdb89 (patch)
tree7370b1cc852439e008e300ceab640167b9640ad7
parent85ad7965934f98f84e9e937029ac9c1704b75e88 (diff)
downloadneko-91bb373f3d68329b924c510e7e2ca157167cdb89.tar.gz
neko-91bb373f3d68329b924c510e7e2ca157167cdb89.tar.bz2
neko-91bb373f3d68329b924c510e7e2ca157167cdb89.zip
hide filters on mobile by default, cat ears to show
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
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; */