mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Basic Entity hierarchy sync
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user