full header-right responsive hamburger menu ok for logged-in users

This commit is contained in:
2021-03-29 11:57:26 +02:00
parent 5df8c9829a
commit d170979b42
3 changed files with 84 additions and 52 deletions

View File

@ -152,6 +152,7 @@ header[role="banner"]{
}
// default position (hidden, translated right)
.header-block-wrapper{
z-index: 10;
position: absolute;
top: $min-height;
$w: 300px;
@ -161,7 +162,7 @@ header[role="banner"]{
// transform: translateX(150px);
transition: right 0.5s ease-in-out;
>*.block{
>*.block, >div#user-tools{
display: block;
padding:0 0 0.5em 0!important;
margin:0 0 0.5em 0!important;