From 4c8532cb72ab4f1ad3c286124acdb7e14bbe17c0 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sun, 29 Apr 2018 10:19:48 -0700 Subject: ui fixes --- static/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 09b6263..1e51daa 100644 --- a/static/style.css +++ b/static/style.css @@ -137,6 +137,7 @@ h3 { #tags li, #feeds li { font-size: .75em; + padding-bottom: .25em; } pre { @@ -164,13 +165,13 @@ pre { position: fixed; top: 0; left: 0; - font-size: 18px; color: black; line-height: 1em; z-index: 1; cursor: pointer; - width: 1.5rem; - font-size: 3rem; + width: 100%; + font-size: 2rem; + background: black; } .hasunread { @@ -228,11 +229,10 @@ button { .logo { width: 100%; } - - #filters { - display: none; - } + #filters li, #filters h4 { + font-size: 1.5rem; + } /* #filters h4, #filters h1 { */ /* display: none; */ -- cgit v1.2.3