Misc mobile fixes (#83)

This commit is contained in:
chapoi
2025-03-28 05:35:08 +08:00
committed by GitHub
parent e7de006a23
commit e20b83b79d
3 changed files with 58 additions and 29 deletions
+7
View File
@@ -4,10 +4,17 @@
html:not(:has(.has-full-page-chat)) {
background-color: var(--background-color);
@include breakpoint("mobile-extra-large") {
background-color: var(--d-content-background);
}
}
body {
-webkit-font-smoothing: antialiased;
@include breakpoint("mobile-extra-large") {
background-color: var(--d-content-background);
}
}
#main-outlet-wrapper {
gap: var(--main-grid-gap);