From 8978297f50142d44ae3b289c53fd60ffcc0ef4e6 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Tue, 9 Apr 2024 21:08:25 +0200 Subject: [PATCH] fix responsive view, unify svg icons --- components/Alert.vue | 71 ++------------------ components/Menu.vue | 61 ++++------------- components/PlaylistGenerator.vue | 79 +++++++++++++--------- components/SvgIcon.vue | 108 +++++++++++++++++++++++++++++++ layouts/default.vue | 10 ++- pages/index.vue | 32 ++------- 6 files changed, 187 insertions(+), 174 deletions(-) create mode 100644 components/SvgIcon.vue diff --git a/components/Alert.vue b/components/Alert.vue index 8b5d1697..c7fa28cf 100644 --- a/components/Alert.vue +++ b/components/Alert.vue @@ -5,90 +5,29 @@ class="alert fixed top-20 right-3 z-40 w-auto min-w-64 max-w-[90%] md:max-w-[50%] xl:max-w-[40%]" :class="`alert-${indexStore.alertVariant}`" > -
+ {{ indexStore.alertMsg }}