graflow: fixed missing styles in shadow dom + fixed bad coords in autoplacement

This commit is contained in:
STEINNI
2026-01-07 11:21:25 +00:00
parent e98ee24c38
commit 092ef2f22d
7 changed files with 33 additions and 36 deletions
+2 -2
View File
@@ -1,5 +1,6 @@
<style>
.bzgf-node {
font-family: Arial, Helvetica, sans-serif;
width: 160px;
height: 80px;
color: black;
@@ -16,13 +17,12 @@
border-radius: 6px;
}
.bzgf-node .title {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: var(--app-color-black);
margin: .5em auto .2em auto;
}
.bzgf-node .subtitle {
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
color: var(--eicui-base-color-primary-100);
width: 90%;