summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-07-31 15:55:05 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-07-31 15:55:05 +0700
commit04961a55929017f77ee6801d2b7ada4c05689821 (patch)
tree5c519ac632391b34e1cc2bb31d011be37bb2d779 /src/styles
parent077467cf53b46d8049df8b812577cd1a03011eba (diff)
<hafid> fix repeat order
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css8
1 files changed, 8 insertions, 0 deletions
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;
+}