mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
fix: hide input buttons on loading
This commit is contained in:
parent
2104362b32
commit
0214bd3713
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@
|
|||
</div>
|
||||
|
||||
<style>
|
||||
:global([type='file']) {
|
||||
@apply hidden;
|
||||
}
|
||||
.card {
|
||||
@apply h-full;
|
||||
@apply flex flex-col justify-between;
|
||||
|
|
|
|||
Loading…
Reference in a new issue