added settings

This commit is contained in:
thislight 2024-07-22 21:57:04 +08:00
parent b4f7a863a2
commit 71b9a60b35
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
15 changed files with 359 additions and 91 deletions

View file

@ -22,9 +22,6 @@ const Scaffold: ParentComponent<ScaffoldProps> = (props) => {
css`
.scaffold-content {
--scaffold-topbar-height: ${(topbarSize.height?.toString() ?? 0) + "px"};
height: 100%;
width: 100%;
}
.topbar {