Link path fixed

This commit is contained in:
barsdeveloper
2022-02-13 00:54:02 +01:00
parent 785f9d1846
commit 7cf556d89d
8 changed files with 62 additions and 41 deletions

View File

@@ -424,14 +424,14 @@ ueb-selector>* {
}
ueb-link {
--ueb-computed-width-px : calc(var(--ueb-computed-width) * 1px);
display : block;
min-width : calc(var(--ueb-link-min-width) * 1px);
// border : 1px solid red;
--ueb-computed-width-px: calc(var(--ueb-computed-width) * 1px);
display : block;
min-width : calc(var(--ueb-link-min-width) * 1px);
border : 1px solid red;
}
ueb-link svg {
--ueb-output-invert: calc(2 * var(--ueb-from-output) - 1);
--ueb-output-invert: calc(2 * var(--ueb-from-input) - 1);
position : absolute;
top : 0;
left : 0;