Chapters of toolbar are switchable

This commit is contained in:
zyronon
2023-11-12 23:59:05 +08:00
parent 60e3975b3e
commit 4bf40d7780
13 changed files with 217 additions and 127 deletions

View File

@@ -32,7 +32,7 @@
--toolbar-width: 700rem;
--toolbar-height: 60rem;
--panel-width: 400rem;
--space: 24rem;
--space: 20rem;
--panel-margin-left: calc(50% - var(--practice-wrapper-padding-right) / 2 + var(--toolbar-width) / 2 + 24rem);
}
@@ -268,7 +268,7 @@ footer {
justify-content: space-between;
transition: all .3s;
padding: 10rem;
gap: 20rem;
gap: 10rem;
border: 1px solid var(--color-item-border);
.left {