Fix layout issue in video modal component
Adjusted the rendering of the video modal component in `client/src/components/video-modal.tsx` to resolve a layout bug. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d7424866-83d1-4486-a212-ac12b4c7becf Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/d7424866-83d1-4486-a212-ac12b4c7becf/4PEnB52
This commit is contained in:
parent
4ee20431aa
commit
e795fdb596
@ -523,9 +523,8 @@ export default function VideoModal({ video, isOpen, onClose }: VideoModalProps)
|
||||
Open in Bunny Player
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div className="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black/80 to-transparent p-6">
|
||||
<h3
|
||||
className="text-xl font-semibold mb-2 text-white"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user