Fix the distance between the low-resolution lower panel and the exercise center and add a shortcut key to toggle the panel

This commit is contained in:
zyronon
2023-11-09 01:31:05 +08:00
parent 47b855d83f
commit ed032ef5b6
4 changed files with 28 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ html.dark {
--toolbar-width: 40vw;
--panel-width: 380rem;
--toolbar-height: 48rem;
--panel-margin-left: calc(50% - var(--practice-wrapper-padding-right) / 2 + var(--toolbar-width) / 2 + 9vw);
}
.footer {
.bottom {
@@ -93,6 +94,7 @@ html.dark {
--panel-width: 30vw;
--toolbar-width: 50vw;
--toolbar-height: 40rem;
--panel-margin-left: calc(50% - var(--practice-wrapper-padding-right) / 2 + var(--toolbar-width) / 2 + 9vw);
}
.footer {