diff --git a/static/galene.css b/static/galene.css index 0cd23550..efafb44a 100644 --- a/static/galene.css +++ b/static/galene.css @@ -48,10 +48,6 @@ background-color: #eee; } -.profile { - width: 230px; -} - .profile-logo { float: left; width: 50px; @@ -930,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; @@ -940,6 +937,10 @@ h1 { overflow-y: hidden; } +.sidenav.opened { + transform: translateX(0); +} + .sidenav a { padding: 10px 20px; text-decoration: none; @@ -992,7 +993,7 @@ h1 { padding: 10px; background: #fff; height: calc(100% - 56px); - overflow-y: scroll; + overflow-y: auto; overflow-x: hidden; } diff --git a/static/galene.html b/static/galene.html index 07cd2830..c380353a 100644 --- a/static/galene.html +++ b/static/galene.html @@ -142,7 +142,7 @@