diff options
author | Adam Mathes <adam@trenchant.org> | 2017-01-26 20:38:39 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2017-01-26 20:38:39 -0800 |
commit | 149ce428439207a84cc68c38037583cae799c412 (patch) | |
tree | 6518065a6460d4ab89397c44a02dfebc5863c805 | |
parent | d2e503d30302431d8c64aafec94e622cdb503149 (diff) | |
download | neko-149ce428439207a84cc68c38037583cae799c412.tar.gz neko-149ce428439207a84cc68c38037583cae799c412.tar.bz2 neko-149ce428439207a84cc68c38037583cae799c412.zip |
some tablet style changes
-rw-r--r-- | static/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 0b5955d..488a602 100644 --- a/static/style.css +++ b/static/style.css @@ -194,10 +194,11 @@ button { body { min-width: 0; width: 100%; + max-width: 100%; } - #filters h4, #filters button, #filters h1 { + #filters h4, #filters h1 { display: none; } @@ -241,4 +242,4 @@ button { min-width: 0; width: 100%; } -}
\ No newline at end of file +} |