mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-06 20:03:36 +08:00
feat: refine ios safari padding & enable reverse episodes order
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user