Merge remote-tracking branch 'origin/master' into mirrored-object-reference-fix

This commit is contained in:
barsdeveloper
2024-11-28 13:51:34 +01:00
11 changed files with 36 additions and 15 deletions

View File

@@ -20,7 +20,8 @@ ueb-blueprint {
}
ueb-blueprint svg {
overflow: visible;
overflow: visible !important;
max-width: none !important;
}
.ueb-viewport-header {
@@ -191,9 +192,9 @@ ueb-link {
ueb-link > svg {
--ueb-y-reflected-coefficient: calc(2 * var(--ueb-y-reflected) - 1);
position: absolute;
width: 100%;
height: 100%;
min-height: 1px;
width: 100% !important;
height: 100% !important;
min-height: 1px !important;
transform: scaleY(calc(var(--ueb-y-reflected-coefficient) * var(--ueb-from-input-coefficient)));
z-index: 1;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long