From 19c13583916372f9a4d1f5324c0a4faf9244b7b3 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 28 Aug 2025 20:08:36 +0000 Subject: [PATCH] Improve video modal layout and text display for better viewing Adjusted flex properties in `bunny-video-modal.tsx` to ensure proper rendering of the video player and sidebar. Modified text display for video titles to allow for normal wrapping and breaking of long words, preventing content truncation. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2eb1084e-b728-4449-9231-f1665924c8d5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/2eb1084e-b728-4449-9231-f1665924c8d5/ahY6QGR --- client/src/components/bunny-video-modal.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/components/bunny-video-modal.tsx b/client/src/components/bunny-video-modal.tsx index 7e3b453..f244b47 100644 --- a/client/src/components/bunny-video-modal.tsx +++ b/client/src/components/bunny-video-modal.tsx @@ -228,7 +228,7 @@ export default function BunnyVideoModal({ video, isOpen, onClose, onEdit }: Bunn {/* Video player area */} -
+
{/* Main video player */}
@@ -251,9 +251,9 @@ export default function BunnyVideoModal({ video, isOpen, onClose, onEdit }: Bunn
{/* Video info sidebar */} -
-
-

+
+
+

{video.title}