expanded sidebar width to its original side

This commit is contained in:
dakai 2023-04-01 10:38:52 +08:00
parent 131ef1c725
commit 863c39ba9f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
--window-width: 90vw;
--window-height: 90vh;
--sidebar-width: 300px;
--sidebar-width: 380px;
--sidebar-collapse-width: 8vh;
--window-content-width: calc(100% - var(--sidebar-width));
--window-content-width-collapse: calc(100% - var(--sidebar-collapse-width));