feat: refine ios safari padding & enable reverse episodes order

This commit is contained in:
shinya
2025-06-28 21:56:30 +08:00
parent 2fc86c61b7
commit a9010bf6b5
3 changed files with 50 additions and 6 deletions

View File

@@ -113,7 +113,7 @@ function AggregatePageClient() {
return (
<PageLayout activePath='/aggregate'>
<div className='px-2 sm:px-10 py-4 sm:py-8 overflow-visible'>
<div className='flex flex-col min-h-full px-2 sm:px-10 pt-4 sm:pt-8 pb-[calc(3.5rem+env(safe-area-inset-bottom))] overflow-visible'>
{loading ? (
<div className='flex items-center justify-center min-h-[60vh]'>
<div className='animate-spin rounded-full h-12 w-12 border-t-2 border-b-2 border-blue-500'></div>