📱 feat(ui): enhance mobile pagination in PricingCardView
* Integrate `useIsMobile` hook to detect mobile devices. * Pagination now automatically: * sets `size="small"` on mobile screens * enables `showQuickJumper` for quicker navigation on small screens * Desktop behaviour remains unchanged.
This commit is contained in:
@@ -655,7 +655,7 @@ html:not(.dark) .blur-ball-teal {
|
||||
}
|
||||
|
||||
.pricing-search-header {
|
||||
padding: 16px 24px;
|
||||
padding: 1rem;
|
||||
border-bottom: 1px solid var(--semi-color-border);
|
||||
background-color: var(--semi-color-bg-0);
|
||||
flex-shrink: 0;
|
||||
|
||||
Reference in New Issue
Block a user