diff options
author | Adam Mathes <adam@trenchant.org> | 2018-04-27 10:19:38 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-04-27 10:19:38 -0700 |
commit | 91bb373f3d68329b924c510e7e2ca157167cdb89 (patch) | |
tree | 7370b1cc852439e008e300ceab640167b9640ad7 /static | |
parent | 85ad7965934f98f84e9e937029ac9c1704b75e88 (diff) | |
download | neko-91bb373f3d68329b924c510e7e2ca157167cdb89.tar.gz neko-91bb373f3d68329b924c510e7e2ca157167cdb89.tar.bz2 neko-91bb373f3d68329b924c510e7e2ca157167cdb89.zip |
hide filters on mobile by default, cat ears to show
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
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; */ |