This commit is contained in:
SoulliesOfficial
2026-01-03 18:19:39 -05:00
parent 3bcd7c1cf8
commit 33b1795c1f
7387 changed files with 2762819 additions and 716926 deletions

View File

@@ -1,18 +1,17 @@
LogicNode
{
min-width: 110px;
max-width: 250px;
}
EventNode
{
min-width: 110px;
max-width: 250px;
}
#selection-container
{
align-self: stretch;
flex-grow: 1;
border-width: 1px 1px 1px 1px;
border-radius: 4px 4px 4px 4px;
}
@@ -33,6 +32,10 @@ EventNode
flex-grow: 1;
border-width: 1px 1px 1px 1px;
border-radius: 3px 3px 3px 3px;
}
.tree-node-container
{
padding-top: 8px;
padding-bottom: 8px;
}
@@ -44,6 +47,20 @@ EventNode
align-items: center;
}
.graph-logic-title-container
{
border-bottom-color: rgba(26, 26, 26, 1);
border-bottom-width: 1px;
margin-top: 2px;
padding-bottom: 2px;
background-color: rgba(0, 0, 0, 0.2);
}
.graph-event-title-container
{
margin-top: 4px;
}
#title-label
{
font-size: 14px;
@@ -54,13 +71,14 @@ EventNode
#node-contents
{
padding: 3px 3px 1px 3px;
padding: 3px 3px 2px 3px;
}
#icon
{
width: 42px;
height: 42px;
margin-bottom: 4px;
}
#small-icon
@@ -69,31 +87,6 @@ EventNode
height: 30px;
}
#conditional-abort-icon
{
top: 2px;
padding-left: 3px;
position: absolute;
}
#event-execution-status
{
bottom: 1px;
right: -1px;
align-self: flex-end;
position: absolute;
height: 20px;
}
#execution-status
{
top: 2px;
right: 2px;
align-self: flex-end;
position: absolute;
height: 24px;
}
CommentElement
{
padding: 4px 4px 4px 4px;