diff --git a/static/galene.css b/static/galene.css index 6dbb79a..efafb44 100644 --- a/static/galene.css +++ b/static/galene.css @@ -926,7 +926,8 @@ h1 { position: fixed; -webkit-transition: all .2s ease-out; transition: all .2s ease-out; - width: 0px; + width: 250px; + transform: translateX(100%); /* on top of everything */ z-index: 2999; top: 0; @@ -936,6 +937,10 @@ h1 { overflow-y: hidden; } +.sidenav.opened { + transform: translateX(0); +} + .sidenav a { padding: 10px 20px; text-decoration: none; diff --git a/static/galene.html b/static/galene.html index 07cd283..c380353 100644 --- a/static/galene.html +++ b/static/galene.html @@ -142,7 +142,7 @@