From bcb24bd6e60dad47fefe608a5a76e0b0ab6b450e Mon Sep 17 00:00:00 2001 From: Adam French Date: Sat, 29 Nov 2025 01:21:01 +0000 Subject: [PATCH] resetting styles --- .../vue/src/components/spotify/Listening.vue | 22 ++----------------- nginx/vue/src/components/spotify/Recent.vue | 21 +----------------- nginx/vue/src/views/Home.vue | 22 +++++++++---------- 3 files changed, 14 insertions(+), 51 deletions(-) diff --git a/nginx/vue/src/components/spotify/Listening.vue b/nginx/vue/src/components/spotify/Listening.vue index ad5533e..fa2e1e2 100644 --- a/nginx/vue/src/components/spotify/Listening.vue +++ b/nginx/vue/src/components/spotify/Listening.vue @@ -1,11 +1,11 @@ @@ -40,21 +39,3 @@ export default { }, }; - - diff --git a/nginx/vue/src/views/Home.vue b/nginx/vue/src/views/Home.vue index fa030a6..de96ac5 100644 --- a/nginx/vue/src/views/Home.vue +++ b/nginx/vue/src/views/Home.vue @@ -6,16 +6,16 @@ import Radio from "@/components/Radio.vue";