sidebar collapsed properly

This commit is contained in:
dakai
2023-04-01 10:26:46 +08:00
parent 8b4db412d8
commit 045dc0c63e
8 changed files with 5462 additions and 7693 deletions

View File

@@ -51,6 +51,7 @@
--window-width: 90vw;
--window-height: 90vh;
--sidebar-width: 300px;
--sidebar-collapse-width: 8vh;
--window-content-width: calc(100% - var(--sidebar-width));
--message-max-width: 80%;
}
@@ -87,7 +88,7 @@ body {
align-items: center;
user-select: none;
font-family: "Noto Sans SC", "SF Pro SC", "SF Pro Text", "SF Pro Icons",
"PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
"PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
@media only screen and (max-width: 600px) {
background-color: var(--second);