small-mobile-fix (#28)
This commit is contained in:
+3
-2
@@ -1,7 +1,5 @@
|
|||||||
html:not(:has(.has-full-page-chat)) {
|
html:not(:has(.has-full-page-chat)) {
|
||||||
// @include breakpoint(extra-large, $rule: min-width) {
|
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
@@ -22,6 +20,9 @@ body.has-full-page-chat:not(.has-sidebar-page) {
|
|||||||
}
|
}
|
||||||
#main-outlet-wrapper {
|
#main-outlet-wrapper {
|
||||||
gap: var(--main-grid-gap);
|
gap: var(--main-grid-gap);
|
||||||
|
@include breakpoint(mobile-extra-large) {
|
||||||
|
grid-column-gap: 0;
|
||||||
|
}
|
||||||
.full-page-chat.full-page-chat-sidebar-enabled,
|
.full-page-chat.full-page-chat-sidebar-enabled,
|
||||||
.c-navbar-container {
|
.c-navbar-container {
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user