Skip to content

Commit 628dc01

Browse files
tutman96Nevexo
authored andcommitted
Remove rounded corners from video stream
1 parent 94ec8ed commit 628dc01

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)