refactor: refactor sideload page (#2475)

* refactor: refactor sideload page

* chore: improve ux

* chore: update

* chore: update
This commit is contained in:
Alex Inkin
2023-11-06 21:05:05 +04:00
committed by GitHub
parent b195e3435f
commit 06207145af
58 changed files with 952 additions and 229 deletions

View File

@@ -39,6 +39,13 @@
color: var(--tui-error-fill);
}
[tuiWrapper][data-appearance='input-file'] {
&:hover,
&:active {
background: transparent !important;
}
}
tui-dialog {
transform: translate3d(0, 0, 0);
}