aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/style.css3
-rw-r--r--static/ui.js3
2 files changed, 4 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index c73a8be..4fce014 100644
--- a/static/style.css
+++ b/static/style.css
@@ -165,13 +165,12 @@ pre {
position: fixed;
top: 0;
left: 0;
- color: black;
+ color: white;
line-height: 1em;
z-index: 1;
cursor: pointer;
width: 10rem;
font-size: 2rem;
- background: black;
}
.hasunread {
diff --git a/static/ui.js b/static/ui.js
index 6534a20..5f50655 100644
--- a/static/ui.js
+++ b/static/ui.js
@@ -1,6 +1,9 @@
var templates = {};
$(document).ready(function() {
+ if ( $(window).width() < 1024 ) {
+ $('#filters').addClass('hidden');
+ }
boot();
});