summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-07-31 11:02:58 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-07-31 11:02:58 +0000
commit4cf94e241af5f95f567aac952dd990852026d23f (patch)
tree5c519ac632391b34e1cc2bb31d011be37bb2d779 /src/styles
parentdc31efb2fec4c7b79917324d922ae820c4b5bb50 (diff)
parent04961a55929017f77ee6801d2b7ada4c05689821 (diff)
Merged in cr/repeat-order (pull request #430)
Cr/repeat order
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 6447284e..1860fc2b 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;
}
@@ -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;
+}