feat: update style and timeout handler

This commit is contained in:
Yidadaa
2023-03-14 00:25:07 +08:00
parent ff0cf2f9dc
commit 5c70456e18
12 changed files with 704 additions and 392 deletions

View File

@@ -41,6 +41,11 @@
:root {
@include light;
--window-width: 90vw;
--window-height: 90vh;
--sidebar-width: 300px;
--window-content-width: calc(var(--window-width) - var(--sidebar-width));
}
@media (prefers-color-scheme: dark) {