full header-right responsive hamburger menu ok for logged-in users
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user