Skip to content

Commit 15768ee

Browse files
authored
Remove rounded corners from video stream (#86)
1 parent 2e8ea8c commit 15768ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/WebRTCVideo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ export default function WebRTCVideo() {
425425
disablePictureInPicture
426426
controlsList="nofullscreen"
427427
className={cx(
428-
"outline-50 max-h-full max-w-full rounded-md object-contain transition-all duration-1000",
428+
"outline-50 max-h-full max-w-full object-contain transition-all duration-1000",
429429
{
430430
"cursor-none": settings.isCursorHidden,
431431
"opacity-0": isLoading || isConnectionError || hdmiError,

0 commit comments

Comments
 (0)