mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Bugfixes
This commit is contained in:
@@ -23,6 +23,10 @@ ueb-blueprint {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
ueb-blueprint svg {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.ueb-viewport-header {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
|
||||
@@ -20,7 +20,6 @@ ueb-link svg {
|
||||
height: 100%;
|
||||
min-height: 1px;
|
||||
transform: scaleY(calc(var(--ueb-y-opposite-coefficient) * var(--ueb-from-input-coefficient)));
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
ueb-link svg path {
|
||||
|
||||
@@ -52,6 +52,10 @@ ueb-pin.ueb-pin-fill .ueb-pin-icon-value::before {
|
||||
background: var(--ueb-pin-color);
|
||||
}
|
||||
|
||||
ueb-pin.ueb-pin-fill .ueb-pin-tofill {
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.ueb-pin-icon-value::after {
|
||||
content: "";
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user