This commit is contained in:
barsdeveloper
2024-11-26 20:53:29 +01:00
parent b9c2df5a3e
commit 5c26c95b5d
6 changed files with 13 additions and 11 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