Minor style adjustements

This commit is contained in:
barsdeveloper
2022-04-22 21:39:42 +02:00
parent 5c9c0c66ca
commit 1a282b6c8c
7 changed files with 1544 additions and 1543 deletions

View File

@@ -12,7 +12,7 @@ export default class Configuration {
begin: "blueprint-focus",
end: "blueprint-unfocus",
}
static fontSize = "12px"
static fontSize = "12.5px"
static gridAxisLineColor = "black"
static gridExpandThreshold = 0.25 // remaining size factor threshold to cause an expansion event
static gridLineColor = "#353535"

View File

@@ -21,12 +21,12 @@ export default class NodeTemplate extends SelectableDraggableTemplate {
<div class="ueb-node-border">
<div class="ueb-node-content">
<div class="ueb-node-header">
<span class="ueb-node-name">
<div class="ueb-node-name">
<span class="ueb-node-name-symbol"></span>
<span class="ueb-node-name-text">
${sanitizeText(node.getNodeName())}
</span>
</span>
</div>
</div>
<div class="ueb-node-body">
<div class="ueb-node-inputs"></div>