graflow, autoplacement 1.0 no layer-ordering

This commit is contained in:
STEINNI
2025-12-24 11:13:13 +00:00
parent 906dd7b317
commit 353b6fbfbf
6 changed files with 292 additions and 61 deletions
+6 -3
View File
@@ -48,7 +48,9 @@ body[eicapp] {
height: 100vh;
background: transparent;
pointer-events: none;
z-index: 9;
position: absolute;
inset: 0;
z-index: 9;
}
[eicapp] [eicapptoolbar] {
@@ -144,7 +146,8 @@ menu[eicmenu] [menuitem] > a > button, menu[eicmenu] [menuitem] > .nolink button
[eicapp] .app-workspace .window > header .controls button.shrink { display: none; }
[eicapp] .app-workspace .window > section {
cursor: default;
overflow: hidden;
height: auto;
overflow: auto; /* important for windows content to be scrollable */
transition: all 0.5s;
flex: 1 1 auto;
width: 100%;
@@ -336,7 +339,7 @@ menu[eicmenu] [menuitem] a label {
color: #4E4;
}
menu[eicmenu] [menuitem] i[class^="icon-"] {
color:#fdfb93;;
color:#070;;
}
article[eiccard] > header h1{ text-align: center; }