From 6dd3d6255dabeff84dc477bb0e683a956ad28997 Mon Sep 17 00:00:00 2001 From: James Collins Date: Wed, 26 Apr 2023 18:01:13 +1000 Subject: [PATCH] fix small styling --- resources/js/components/SMPagination.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/js/components/SMPagination.vue b/resources/js/components/SMPagination.vue index e54fd3e..db45aed 100644 --- a/resources/js/components/SMPagination.vue +++ b/resources/js/components/SMPagination.vue @@ -146,17 +146,17 @@ if (props.modelValue < 1 || totalPages < 1) { font-size: 90%; font-weight: 600; margin: 24px auto; - box-shadow: var(--base-shadow); + // box-shadow: var(--base-shadow); &.small { font-size: 75%; .item { - padding: 8px 12px; + padding: 10px 12px; &.prev, &.next { ion-icon { - padding: 3px 0; + padding: 0; } .text {