update: user's panel responsive + height of chat view
This commit is contained in:
@ -157,6 +157,7 @@ sib-notifications {
|
||||
sib-display-value[name='first_name'] {
|
||||
@include icon('arrow-down');
|
||||
align-items: center;
|
||||
display: none;
|
||||
flex-direction: row-reverse;
|
||||
font-size: 1.8rem;
|
||||
font-weight: 600;
|
||||
@ -165,8 +166,8 @@ sib-notifications {
|
||||
margin-left: 1.5rem;
|
||||
}
|
||||
|
||||
@include breakpoint(sm) {
|
||||
display: none;
|
||||
@include breakpoint(lg) {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user