diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 12 |
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; +} |
