From 635f22ddfe7a2457eef052717316275329065bea Mon Sep 17 00:00:00 2001 From: mikiher Date: Sun, 23 Jun 2024 19:15:39 +0300 Subject: [PATCH] Reverted default spacing and font-sizing changes, and extended spaing with em-based variants --- .../components/app/BookShelfCategorized.vue | 6 +- client/components/app/BookShelfRow.vue | 22 +-- client/components/app/LazyBookshelf.vue | 6 +- client/components/cards/AuthorCard.vue | 14 +- client/components/cards/GroupCard.vue | 2 +- client/components/cards/LazyAlbumCard.vue | 4 +- client/components/cards/LazyBookCard.vue | 8 +- .../components/cards/LazyCollectionCard.vue | 6 +- client/components/cards/LazyPlaylistCard.vue | 6 +- client/components/cards/LazySeriesCard.vue | 6 +- client/components/cards/NarratorCard.vue | 2 +- client/components/widgets/CoverSizeWidget.vue | 4 +- client/components/widgets/ItemSlider.vue | 12 +- .../tests/components/cards/LazyBookCard.cy.js | 1 + .../pages/library/_library/authors/index.vue | 9 +- client/tailwind.config.js | 184 ++++++------------ 16 files changed, 121 insertions(+), 171 deletions(-) diff --git a/client/components/app/BookShelfCategorized.vue b/client/components/app/BookShelfCategorized.vue index eee5d0fb..1d7bb2f7 100644 --- a/client/components/app/BookShelfCategorized.vue +++ b/client/components/app/BookShelfCategorized.vue @@ -1,7 +1,7 @@