Skip to content
Snippets Groups Projects
Unverified Commit fafa6d86 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #5734 from musickiper/adjust-view-of-mobile-chatList

Adjust view of mobile user actions list
parents d80f3a57 74627109
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,6 @@ $userlist-handle-width: 5px; // 5px so user-list and chat resize handle render a
.navbar {
position: relative;
text-align: center;
z-index: 10;
font-size: 1.5rem;
padding: $bars-padding;
......@@ -103,7 +102,7 @@ $userlist-handle-width: 5px; // 5px so user-list and chat resize handle render a
order: 1;
@include mq($small-only) {
padding-top: $navbar-height;
top: $navbar-height;
}
@include mq($medium-up) {
......@@ -129,11 +128,10 @@ $userlist-handle-width: 5px; // 5px so user-list and chat resize handle render a
@extend %full-page;
order: 2;
height: 100%;
@include mq($small-only) {
z-index: 3;
padding-top: $navbar-height;
top: $navbar-height;
}
@include mq($medium-up) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment