From 7fd51ebcc1a9dac8f13734d037087060705e8ddc Mon Sep 17 00:00:00 2001 From: benonymity Date: Thu, 28 Apr 2022 20:05:25 -0400 Subject: [PATCH] Fix button padding, final tests --- components/tables/podcast/EpisodeRow.vue | 2 +- components/ui/ReadIconBtn.vue | 2 +- pages/item/_id.vue | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/tables/podcast/EpisodeRow.vue b/components/tables/podcast/EpisodeRow.vue index aa0e422a..714f3eeb 100644 --- a/components/tables/podcast/EpisodeRow.vue +++ b/components/tables/podcast/EpisodeRow.vue @@ -29,7 +29,7 @@
audio_file - {{ downloadItem ? 'downloading' : 'download' }} + {{ downloadItem ? 'downloading' : 'download' }} download_done
diff --git a/components/ui/ReadIconBtn.vue b/components/ui/ReadIconBtn.vue index 0b9a9590..c26c7167 100644 --- a/components/ui/ReadIconBtn.vue +++ b/components/ui/ReadIconBtn.vue @@ -1,5 +1,5 @@