Basic Entity hierarchy sync

This commit is contained in:
Simon Lübeß
2024-11-15 13:34:54 +01:00
parent d2efc6c5c4
commit 28c2922b89
15 changed files with 472 additions and 53 deletions
@@ -14,7 +14,7 @@
align-items: center;
--menu-item-height: 2em;
--menu-item-height: 1.5em;
}
/* Remove indentation from lists for menu */
@@ -25,7 +25,7 @@
.menu-item
{
/* Doesn't change our position, but does something to it, so that
following absolutes are absolute to us? */
following absolutes are relative to us? */
position: relative;
height: var(--menu-item-height);
}
@@ -105,6 +105,7 @@
background-color: var(--menu-bar-background-color-click);
list-style: none;
z-index: 10;
height: min-content;
}
/* Show submenu */