Improved styling of the version file upload button (#492)

* Update SmartFileInput to be styled like the other file input

* Fix gallery upload layout
This commit is contained in:
Prospector
2022-05-23 21:40:17 -07:00
committed by GitHub
parent d31a920eb7
commit bebdfc259c
4 changed files with 45 additions and 19 deletions

View File

@@ -467,7 +467,7 @@
class="file-input"
multiple
accept=".jar,application/java-archive,.zip,application/zip,.mrpack"
prompt="Upload files"
prompt="Choose files or drag them here"
@change="
(x) =>
x.forEach((y) => versions[currentVersionIndex].files.push(y))