aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2017-01-26 20:38:39 -0800
committerAdam Mathes <adam@trenchant.org>2017-01-26 20:38:39 -0800
commit149ce428439207a84cc68c38037583cae799c412 (patch)
tree6518065a6460d4ab89397c44a02dfebc5863c805
parentd2e503d30302431d8c64aafec94e622cdb503149 (diff)
downloadneko-149ce428439207a84cc68c38037583cae799c412.tar.gz
neko-149ce428439207a84cc68c38037583cae799c412.tar.bz2
neko-149ce428439207a84cc68c38037583cae799c412.zip
some tablet style changes
-rw-r--r--static/style.css5
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
+}