small-mobile-fix (#28)

This commit is contained in:
Jordan Vidrine
2025-03-07 14:54:20 -06:00
committed by GitHub
parent 35a4642042
commit 536b58feba
+3 -2
View File
@@ -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;