mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-27 06:54:43 +08:00
feat: adjust 2xl style
This commit is contained in:
@@ -1427,7 +1427,7 @@ function PlayPageClient() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<PageLayout activePath='/play'>
|
<PageLayout activePath='/play'>
|
||||||
<div className='flex flex-col gap-3 py-4 px-5 lg:px-10'>
|
<div className='flex flex-col gap-3 py-4 px-5 lg:px-[3rem] 2xl:px-20'>
|
||||||
{/* 第一行:影片标题 */}
|
{/* 第一行:影片标题 */}
|
||||||
<div className='py-1'>
|
<div className='py-1'>
|
||||||
<h1 className='text-xl font-semibold text-gray-900 dark:text-gray-100'>
|
<h1 className='text-xl font-semibold text-gray-900 dark:text-gray-100'>
|
||||||
@@ -1483,7 +1483,7 @@ function PlayPageClient() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className={`grid gap-4 lg:h-[500px] xl:h-[650px] transition-all duration-300 ease-in-out ${
|
className={`grid gap-4 lg:h-[500px] xl:h-[650px] 2xl:h-[800px] transition-all duration-300 ease-in-out ${
|
||||||
isEpisodeSelectorCollapsed
|
isEpisodeSelectorCollapsed
|
||||||
? 'grid-cols-1'
|
? 'grid-cols-1'
|
||||||
: 'grid-cols-1 md:grid-cols-4'
|
: 'grid-cols-1 md:grid-cols-4'
|
||||||
|
|||||||
Reference in New Issue
Block a user