mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-07 01:56:53 +00:00
feat(ui): improve mobile responsive layouts
This commit is contained in:
@@ -37,10 +37,10 @@ export function ApiInfoPanel() {
|
||||
loading={loading}
|
||||
empty={!list.length}
|
||||
emptyMessage={t('No API routes configured')}
|
||||
height='h-64'
|
||||
height='h-56 sm:h-64'
|
||||
>
|
||||
<ScrollArea className='h-64'>
|
||||
<div className='-mx-4 sm:-mx-5'>
|
||||
<ScrollArea className='h-56 sm:h-64'>
|
||||
<div className='-mx-3 sm:-mx-5'>
|
||||
{list.map((item: ApiInfoItem, idx: number) => (
|
||||
<div
|
||||
key={item.url}
|
||||
|
||||
Reference in New Issue
Block a user