From 497dc153a04c5c7405937982922f987da61e54a6 Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Fri, 8 Apr 2022 21:03:03 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B7=20remove=20drag=20and=20drop=20sup?= =?UTF-8?q?port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/modals/updatePlaylist.vue | 43 ++++-------------------- 1 file changed, 7 insertions(+), 36 deletions(-) diff --git a/src/components/modals/updatePlaylist.vue b/src/components/modals/updatePlaylist.vue index 349bcb3..07cb5cd 100644 --- a/src/components/modals/updatePlaylist.vue +++ b/src/components/modals/updatePlaylist.vue @@ -30,15 +30,8 @@ style="display: none" @change="handleUpload" /> -
-
Click or Drag an image here
+
+
Click to upload image
{ @@ -169,7 +141,6 @@ function update_playlist(e: Event) { input[type="submit"] { margin: $small 0; background-color: $accent; - color: #fff; width: 7rem; padding: 0.75rem; font-size: 1rem;