1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-03-09 08:10:40 +00:00

Fix our custom sidebar breakpoints

This commit is contained in:
Maximilian Mader 2022-08-10 02:11:30 +02:00
parent 8e2bb52fc6
commit 3bdf037477
Signed by: Max
GPG Key ID: F71D56A3151C4FB3

@ -70,17 +70,27 @@ $chatEmbedMaxWidth: 400px;
flex: 0.5 0 auto;
flex-direction: column;
margin-left: 10px;
max-width: 310px;
max-width: min(310px, 35%);
> .boxContainer {
-webkit-columns: 1;
-moz-columns: 1;
columns: 1;
margin-bottom: 0;
}
}
}
@include screen-lg {
@include screen-sm-up {
.layoutBoundary {
flex-wrap: nowrap;
}
.content + .sidebar.boxesSidebarRight {
margin-top: 0;
}
.boxesSidebarRight {
&,
> .boxContainer {
@ -128,7 +138,9 @@ $chatEmbedMaxWidth: 400px;
}
}
}
}
@include screen-lg {
#chatQuickSettings {
display: none;
}