From 3084e4d7817eaf97ec9c1e220ea17ef12616b048 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 18 Aug 2020 20:08:33 -0600 Subject: [PATCH] Remove JS alert --- src/components/modals/PlaylistExport.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/modals/PlaylistExport.vue b/src/components/modals/PlaylistExport.vue index 971d1da..b7081d0 100644 --- a/src/components/modals/PlaylistExport.vue +++ b/src/components/modals/PlaylistExport.vue @@ -163,7 +163,6 @@ export default { } } ) .then(response => { - alert(`Playlist created successfully.`); this.success = true; }) .catch((err) => { @@ -235,8 +234,9 @@ input#playlist-name { border-color: var(--success); color: var(--success-text); border-style: solid; - margin-bottom: 5px; + margin-bottom: 10px; border-width: 2px; + padding: 5px; } .success a {