From 513d946faae61b5a542c00461caa220276af4cb8 Mon Sep 17 00:00:00 2001 From: advplyr Date: Thu, 4 Aug 2022 18:06:39 -0500 Subject: [PATCH] Update:Updates to collections page for mobile screen sizes --- .../components/tables/CollectionBooksTable.vue | 9 +++++---- .../tables/collection/BookTableRow.vue | 17 ++++++++++------- client/pages/collection/_id.vue | 4 ++-- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/client/components/tables/CollectionBooksTable.vue b/client/components/tables/CollectionBooksTable.vue index 4eaff721..63af8544 100644 --- a/client/components/tables/CollectionBooksTable.vue +++ b/client/components/tables/CollectionBooksTable.vue @@ -1,9 +1,10 @@