From 3531ce8e7d20a9e6170bd4455a52eced80f50e8f Mon Sep 17 00:00:00 2001 From: robbevp Date: Sat, 9 Jan 2021 14:56:21 +0100 Subject: [PATCH] Fix spacing with VRow (#395) --- src/components/AlbumForm.vue | 2 +- src/components/EditReviewComment.vue | 2 +- src/components/Player.vue | 2 +- src/views/Home.vue | 12 ++++++------ src/views/Library.vue | 22 +++++++++++----------- src/views/flags/Flags.vue | 4 ++-- src/views/users/User.vue | 4 ++-- 7 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/components/AlbumForm.vue b/src/components/AlbumForm.vue index b41874c3..51bfb762 100644 --- a/src/components/AlbumForm.vue +++ b/src/components/AlbumForm.vue @@ -201,7 +201,7 @@ v-model="clear_review_comment" :label="$tc('music.flag.clear', 1)" /> - + {{ this.album ? $t("music.album.update") : $t("music.album.create") diff --git a/src/components/EditReviewComment.vue b/src/components/EditReviewComment.vue index cf19be5d..a52f4c97 100644 --- a/src/components/EditReviewComment.vue +++ b/src/components/EditReviewComment.vue @@ -20,7 +20,7 @@ /> - + {{ $t("music.flag.for-review") }} diff --git a/src/components/Player.vue b/src/components/Player.vue index a01dcd3c..6d6fc001 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -47,7 +47,7 @@ - +
{{ $t("home.recently-released") }}