From e616b538775010f7ed6104f68cd2649c511fb1b2 Mon Sep 17 00:00:00 2001 From: advplyr Date: Thu, 12 Dec 2024 16:51:36 -0600 Subject: [PATCH] Accessibility update for book & series cards, home page shelf scroll #2268 #3699 --- client/components/app/BookShelfRow.vue | 10 +++++----- client/components/cards/AuthorCard.vue | 4 ++-- client/components/cards/LazyBookCard.vue | 20 +++++++++---------- client/components/cards/LazySeriesCard.vue | 12 +++++------ client/components/covers/GroupCover.vue | 2 ++ client/components/widgets/CoverSizeWidget.vue | 2 +- client/components/widgets/ItemSlider.vue | 4 ++-- client/strings/en-us.json | 2 ++ 8 files changed, 30 insertions(+), 26 deletions(-) diff --git a/client/components/app/BookShelfRow.vue b/client/components/app/BookShelfRow.vue index 50fa140a..6e19b9dc 100644 --- a/client/components/app/BookShelfRow.vue +++ b/client/components/app/BookShelfRow.vue @@ -37,18 +37,18 @@
-

{{ $strings[shelf.labelStringKey] }}

+

{{ $strings[shelf.labelStringKey] }}

- - + diff --git a/client/components/cards/AuthorCard.vue b/client/components/cards/AuthorCard.vue index 597aca99..1dafa83b 100644 --- a/client/components/cards/AuthorCard.vue +++ b/client/components/cards/AuthorCard.vue @@ -1,5 +1,5 @@