From bebdfc259c45a86c542915069b5b41c1267eb652 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Mon, 23 May 2022 21:40:17 -0700 Subject: [PATCH] Improved styling of the version file upload button (#492) * Update SmartFileInput to be styled like the other file input * Fix gallery upload layout --- components/ui/SmartFileInput.vue | 29 ++++++++++++++++++++++++++--- pages/_type/_id/gallery.vue | 30 ++++++++++++++++-------------- pages/_type/_id/version.vue | 3 ++- pages/create/project.vue | 2 +- 4 files changed, 45 insertions(+), 19 deletions(-) diff --git a/components/ui/SmartFileInput.vue b/components/ui/SmartFileInput.vue index 2e5c09d8b..6bf0f21db 100644 --- a/components/ui/SmartFileInput.vue +++ b/components/ui/SmartFileInput.vue @@ -1,8 +1,10 @@