diff options
author | Adam Mathes <adam@trenchant.org> | 2018-04-29 10:19:48 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-04-29 10:19:48 -0700 |
commit | 4c8532cb72ab4f1ad3c286124acdb7e14bbe17c0 (patch) | |
tree | 1e8e2dfd059989f7ea0541faf5634d677db8ad8a | |
parent | b6273019472095121dc401c1485711c929b6033a (diff) | |
download | neko-4c8532cb72ab4f1ad3c286124acdb7e14bbe17c0.tar.gz neko-4c8532cb72ab4f1ad3c286124acdb7e14bbe17c0.tar.bz2 neko-4c8532cb72ab4f1ad3c286124acdb7e14bbe17c0.zip |
ui fixes
-rw-r--r-- | static/style.css | 14 | ||||
-rw-r--r-- | static/ui.html | 7 |
2 files changed, 9 insertions, 12 deletions
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; */ diff --git a/static/ui.html b/static/ui.html index 3067029..5ae445d 100644 --- a/static/ui.html +++ b/static/ui.html @@ -14,7 +14,7 @@ <meta name="viewport" content="width=device-width,height=device-height, initial-scale=1, maximum-scale=1" /> </head> <body> - <h1 class="logo" onclick="$('#filters').toggleClass('hidden');">😸</h1> + <h1 class="logo" onclick="$('#filters').toggleClass('hidden');">🐱</h1> <div id="filters"> @@ -73,10 +73,7 @@ {{/if}} </span> - {{if feed.category}} - <i>${feed.category}</i> - {{/if}} - <span class="edit">[edit]</span> + <span class="edit">[e]</span> <span class="delete">[x]</span> {{if feed.selected}}</b>{{/if}} </script> |