update: better look of user panel on mobile
This commit is contained in:
parent
57d775fa01
commit
eaa7478196
@ -127,9 +127,13 @@ sib-notifications {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
background-color: var(--color-user-panel-header-background-open);
|
background-color: transparent;
|
||||||
color: var(--color-user-panel-header-text-open);
|
color: var(--color-user-panel-header-text-open);
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
|
@include breakpoint(lg) {
|
||||||
|
background-color: var(--color-user-panel-header-background-open);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -143,14 +147,14 @@ sib-notifications {
|
|||||||
}
|
}
|
||||||
|
|
||||||
hubl-user-avatar {
|
hubl-user-avatar {
|
||||||
height: 4.8rem;
|
|
||||||
margin-right: 2rem;
|
|
||||||
width: 4.8rem;
|
|
||||||
|
|
||||||
@include breakpoint(sm) {
|
|
||||||
height: 3.3rem;
|
height: 3.3rem;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
width: 3.3rem;
|
width: 3.3rem;
|
||||||
|
|
||||||
|
@include breakpoint(lg) {
|
||||||
|
height: 4.8rem;
|
||||||
|
margin-right: 2rem;
|
||||||
|
width: 4.8rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -178,8 +182,14 @@ sib-notifications {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
/* Quick fix for mobile version */
|
||||||
|
width: 215px;
|
||||||
|
top: 42px;
|
||||||
|
|
||||||
|
@include breakpoint (lg) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: 83px;
|
top: 83px;
|
||||||
|
}
|
||||||
|
|
||||||
> nav {
|
> nav {
|
||||||
background-color: var(--color-user-panel-list-background);
|
background-color: var(--color-user-panel-list-background);
|
||||||
@ -245,12 +255,12 @@ sib-notifications {
|
|||||||
|
|
||||||
.mobile-menu-icon {
|
.mobile-menu-icon {
|
||||||
|
|
||||||
display: none;
|
|
||||||
|
|
||||||
@include breakpoint(sm) {
|
|
||||||
display: block;
|
display: block;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
|
||||||
|
@include breakpoint(lg) {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user