You've already forked AstralRinth
forked from didirus/AstralRinth
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user