Work on the new Hub to manage the header, footer, menu, quick access, etc

This commit is contained in:
Scott Idem
2024-02-09 18:24:07 -05:00
parent 7775b88b35
commit 7f6f063f00
9 changed files with 476 additions and 44 deletions

View File

@@ -35,6 +35,18 @@ body {
/* Display as flex does not seem to work well here. */
}
.svelte_target.ae_svelte_app_hub {
position: fixed;
top: 0;
right: 0;
background-color: hsla(0, 0%, 100%, .50);
color: black;
font-size: x-small;
z-index: 1000;
}
.svelte_target.ae_svelte_app {
box-sizing: border-box;