fix: hide input buttons on loading

This commit is contained in:
EETagent 2022-11-29 16:51:41 +01:00
parent 2104362b32
commit 0214bd3713

View file

@ -47,6 +47,9 @@
</div>
<style>
:global([type='file']) {
@apply hidden;
}
.card {
@apply h-full;
@apply flex flex-col justify-between;