Use react state to keep track of file names
All checks were successful
Test, Build, Deploy / Test, Build, and Deploy (push) Successful in 1m2s
Test, Build, Deploy / Create Sentry Release (push) Successful in 6s

This commit is contained in:
2026-04-14 02:07:15 -04:00
parent 16ecab6881
commit cb0be09c0d
2 changed files with 21 additions and 17 deletions

View File

@@ -70,22 +70,6 @@ button:focus-visible {
padding: 2em;
}
::file-selector-button {
display: none;
}
/* Same thing as above but for Safari */
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
text-indent: -120px;
margin-left: -7em;
&::file-selector-button {
display: inline;
}
}
}
.desktop-nav {
visibility: visible;
}