bus events connectes ! + some CSS improvements

This commit is contained in:
STEINNI
2025-09-28 09:02:39 +00:00
parent d336ad7ce1
commit 34d93cecdb
36 changed files with 242 additions and 5233 deletions
+4 -3
View File
@@ -47,7 +47,7 @@ body[eicapp] {
left: 0;
top: calc(var(--eicui-app-header-height) + var(--eicui-app-top-message-height));
z-index: 10;
box-shadow: 0 0 20px #0000004d;
box-shadow: 0 0 13px rgba(147, 255, 255, 0.55);
}
[eicapp] footer {
@@ -59,6 +59,7 @@ body[eicapp] {
position: fixed;
top: var(--eicui-app-toolbar-height-active);
z-index: 99;
box-shadow: 0 10px 13px rgba(147, 255, 255, 0.55);
}
[eicapp] .app-workspace {
display: grid;
@@ -88,7 +89,7 @@ body[eicapp] {
position: fixed;
padding: 3px;
background: var(--app-color-secondary);
box-shadow: 0 0 20px rgba(147, 255, 255, 0.55);
box-shadow: 0 0 13px rgba(147, 255, 255, 0.55);
right: auto;
bottom: auto;
overflow: hidden;
@@ -232,7 +233,7 @@ body[eicapp] {
pointer-events: none;
}
[eicapp] .app-content-thesaurus [eicchip] {
box-shadow: 0px 0px 14px 0px #00000066;
box-shadow: 0px 0px 13px 0px rgba(147, 255, 255, 0.55);
cursor: pointer;
background: var(--app-color-primary);
}
+1 -1
View File
@@ -139,7 +139,7 @@ body {
bottom: 15vh;
color: aliceblue;
font-style: italic;
font-size: 2rem;
font-size: 1.5rem;
border-radius: 100px;
padding: 5px 40px;
background: radial-gradient(#82cc50, #0a8200);