mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Link icon fixing, name refactoring
This commit is contained in:
@@ -16,7 +16,7 @@ ueb-link {
|
||||
@extend .ueb-positioned;
|
||||
}
|
||||
|
||||
ueb-link svg {
|
||||
ueb-link>svg {
|
||||
--ueb-y-reflected-coefficient: calc(2 * var(--ueb-y-reflected) - 1);
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
@@ -63,13 +63,16 @@ ueb-link[data-dragging="true"] .ueb-link-message {
|
||||
|
||||
.ueb-link-message-icon {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
padding: 4px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.ueb-link-message-text {
|
||||
padding: 4px 8px;
|
||||
padding: 4px;
|
||||
padding-left: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.ueb-link-message-icon svg {
|
||||
|
||||
@@ -232,3 +232,7 @@ ueb-node.ueb-node-style-glass .ueb-node-top {
|
||||
left: 50%;
|
||||
translate: -50%;
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-style-glass .ueb-node-outputs:first-child {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user