refactor: polish UI details
This commit is contained in:
parent
881dedb6b6
commit
6bcab6d563
45 changed files with 140 additions and 94 deletions
|
|
@ -174,7 +174,7 @@ export default function YoutubeEmbeddedPlayer({
|
|||
<div
|
||||
ref={wrapperRef}
|
||||
className={cn(
|
||||
'rounded-lg border overflow-hidden',
|
||||
'rounded-xl border overflow-hidden',
|
||||
isShort ? 'aspect-[9/16] max-h-[80vh] sm:max-h-[60vh]' : 'aspect-video max-h-[60vh]',
|
||||
className
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue