Bugfixes, added pin types, colors

This commit is contained in:
barsdeveloper
2023-01-07 17:57:06 +01:00
parent a3e0d6be2b
commit 55f9719fa9
24 changed files with 513 additions and 175 deletions

View File

@@ -71,6 +71,13 @@ ueb-blueprint[data-scrolling="false"][data-selecting="false"] .ueb-node-wrapper
white-space: nowrap;
}
ueb-node.ueb-node-style-event .ueb-node-top {
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 8px;
}
.ueb-node-style-default .ueb-node-top {
padding: 3px 20px 2px 6px;
box-shadow:

View File

@@ -17,6 +17,10 @@ ueb-pin {
min-height: 30px;
}
.ueb-node-top ueb-pin {
min-height: 0;
}
.ueb-zoom--10 ueb-pin {
visibility: hidden;
}