feat: refactor layout and introduce workspace panel and fix some bugs

This commit is contained in:
Dominic Elm
2024-07-12 17:25:41 +02:00
parent 5fa2ee53cc
commit ab9d59a30d
16 changed files with 297 additions and 211 deletions

View File

@@ -14,7 +14,7 @@ body {
mask: linear-gradient(-25deg, transparent 60%, white);
pointer-events: none;
position: fixed;
top: 0;
top: -8px;
transform-style: flat;
width: 100vw;
z-index: -1;

View File

@@ -16,6 +16,8 @@
* Hierarchy: Element Token -> (Element Token | Color Tokens) -> Primitives
*/
:root {
--header-height: 65px;
/* App */
--bolt-elements-app-backgroundColor: var(--bolt-background-primary);
}