fix: add css var safe padding bottom

This commit is contained in:
YunYouJun
2023-11-06 02:00:56 +08:00
parent 85c8f4fcd1
commit d3ab8fb2c1
4 changed files with 13 additions and 10 deletions

View File

@@ -22,3 +22,9 @@
.dark {
--ylf-c-border: #666;
}
// cook custom
:root {
--cook-bottom-menu-padding-bottom: 20px;
--cook-bottom-menu-height: calc(64px + var(--cook-bottom-menu-padding-bottom));
}