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 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'static/style.css') 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 { -- cgit v1.2.3