fix: safari show resolution fallback

This commit is contained in:
shinya
2025-07-17 10:24:02 +08:00
parent a412c5cb54
commit 0ab4115f6d
2 changed files with 2 additions and 7 deletions

View File

@@ -1497,7 +1497,7 @@ function PlayPageClient() {
</div>
<div
className={`grid gap-4 lg:h-[500px] xl:h-[650px] 2xl:h-[800px] transition-all duration-300 ease-in-out ${
className={`grid gap-4 lg:h-[500px] xl:h-[650px] 2xl:h-[750px] transition-all duration-300 ease-in-out ${
isEpisodeSelectorCollapsed
? 'grid-cols-1'
: 'grid-cols-1 md:grid-cols-4'