From bb8cdf1357c627f604567de48cedb27db95804bb Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Mon, 22 Jun 2015 12:07:12 +0200 Subject: layout: add transition to hamburger menu slideout --- layout/style-c.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layout/style-c.css b/layout/style-c.css index 702cc04..bcffb71 100644 --- a/layout/style-c.css +++ b/layout/style-c.css @@ -30,12 +30,15 @@ label[for="navicon"] { } .graphs { + top: 0; + left: 0; position: relative; z-index: 1; background: #fff; min-height: 100%; min-width: 100%; bottom: 100%; + transition: left 0.2s; } .navicon:checked ~ .graphs { -- cgit v1.1