From 0fada18346571b321ceb46689659b544ffc9dfe2 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Wed, 12 Mar 2025 09:38:31 +0700 Subject: fix transaction --- src/styles/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index 6447284e..d9b82447 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -46,8 +46,8 @@ button { @apply text-[11px] leading-none font-medium - px-1 - py-1 + px-2 + py-2 rounded w-fit; } -- cgit v1.2.3 From 04961a55929017f77ee6801d2b7ada4c05689821 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Thu, 31 Jul 2025 15:55:05 +0700 Subject: fix repeat order --- src/styles/globals.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index d9b82447..1860fc2b 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -696,3 +696,11 @@ button { ::-webkit-scrollbar-thumb:hover { background-color: #555; } +.status-swiper { + width: 100%; + height: 100%; +} + +.status-swiper .swiper-slide { + width: auto !important; +} -- cgit v1.2.3