fix: styles and store version number

This commit is contained in:
Yifei Zhang
2023-03-21 17:16:36 +00:00
parent 2f112ecc54
commit 76db385d6d
6 changed files with 58 additions and 249 deletions

View File

@@ -60,6 +60,10 @@
--window-content-width: var(--window-width);
--message-max-width: 100%;
}
.no-mobile {
display: none;
}
}
@media (prefers-color-scheme: dark) {
@@ -187,4 +191,4 @@ div.math {
display: flex;
align-items: center;
justify-content: center;
}
}