ui: add toolbar component and adjust body styling

This commit is contained in:
2025-09-30 14:20:55 -04:00
parent ec11b18d32
commit 1769faa3a6
20 changed files with 141 additions and 0 deletions

View File

@@ -12,4 +12,6 @@ html {
body {
height: 100%;
margin: 0;
padding: 2px;
box-sizing: border-box;
}