fix(reader): use responsive aspect-ratio container for videos to fill full width

This commit is contained in:
Gigi
2025-10-13 18:30:09 +02:00
parent 44befab6d3
commit 4c11c5fc54
2 changed files with 14 additions and 3 deletions

View File

@@ -412,7 +412,7 @@ const ContentPanel: React.FC<ContentPanelProps> = ({
url={selectedUrl as string}
controls
width="100%"
height="60vh"
height="100%"
onDuration={(d) => setVideoDurationSec(Math.floor(d))}
/>
</div>