Skip to content

Commit 4991567

Browse files
tutman96Nevexo
authored andcommitted
Remove rounded corners from video stream (jetkvm#86)
1 parent e2e4644 commit 4991567

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)