Implement lasso selection, fix context menu positioning, fix video preview sizing
All checks were successful
Automated Container Build / build-and-push (push) Successful in 32s

This commit is contained in:
Elijah 2026-05-23 07:59:52 -07:00
parent 99e0cd5f0c
commit 3802d978ed
2 changed files with 100 additions and 5 deletions

View file

@ -138,7 +138,7 @@ export default function FilePreview({ file, onClose }: FilePreviewProps) {
src={downloadUrl}
controls
autoPlay
className="max-w-full max-h-full rounded-lg outline-none"
className="max-w-[calc(95vw-2rem)] max-h-[calc(95vh-6rem)] rounded-lg outline-none"
/>
)}