mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-09 17:52:14 +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>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
:global([type='file']) {
|
||||||
|
@apply hidden;
|
||||||
|
}
|
||||||
.card {
|
.card {
|
||||||
@apply h-full;
|
@apply h-full;
|
||||||
@apply flex flex-col justify-between;
|
@apply flex flex-col justify-between;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue