From 0289c734708b085d5cc7610f77b54c456b030f5c Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 28 Apr 2018 21:13:10 -0700 Subject: nekoburger menu --- static/style.css | 10 ++++++++-- static/ui.html | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 852ae77..09b6263 100644 --- a/static/style.css +++ b/static/style.css @@ -120,6 +120,12 @@ h3 { height: 100%; overflow-y: auto; background-color: #ccc; + transition-property: left; + transition-duration: .4s; +} + +#filters.hidden { + left: -13rem; } #tags, #feeds { @@ -163,8 +169,8 @@ pre { line-height: 1em; z-index: 1; cursor: pointer; - width: 5rem; - background-color: #ccc; + width: 1.5rem; + font-size: 3rem; } .hasunread { diff --git a/static/ui.html b/static/ui.html index cae2c56..3067029 100644 --- a/static/ui.html +++ b/static/ui.html @@ -14,7 +14,7 @@ -

😸neko

+

😸

-- cgit v1.2.3