mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-05 15:17:32 +08:00
Resizeable comments
This commit is contained in:
@@ -11,10 +11,6 @@ ueb-node {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
ueb-blueprint[data-scrolling="false"][data-selecting="false"] ueb-node {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.ueb-node-border {
|
||||
margin: -3px;
|
||||
padding: 3px;
|
||||
@@ -55,6 +51,10 @@ ueb-node[data-selected="true"]>.ueb-node-border {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
ueb-blueprint[data-scrolling="false"][data-selecting="false"] .ueb-node-wrapper {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.ueb-zoom--2 .ueb-node-wrapper {
|
||||
box-shadow: none;
|
||||
padding: 0;
|
||||
@@ -219,13 +219,6 @@ ueb-node[data-selected="true"] .ueb-node-border {
|
||||
background: none;
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-resizeable {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-resizeable .ueb-node-handler-top,
|
||||
.ueb-node-handler-bottom {}
|
||||
|
||||
ueb-node.ueb-node-style-glass .ueb-node-top,
|
||||
ueb-node.ueb-node-style-glass .ueb-node-name {
|
||||
margin: 0;
|
||||
@@ -244,10 +237,20 @@ ueb-node.ueb-node-style-glass .ueb-node-outputs:first-child {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-style-comment {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-style-comment .ueb-node-border {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-style-comment .ueb-node-wrapper {
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
border-radius: 0;
|
||||
background: rgba(var(--ueb-node-color), 0.5);
|
||||
box-shadow: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-style-comment .ueb-node-top {
|
||||
|
||||
Reference in New Issue
Block a user