We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8ea8c commit 15768eeCopy full SHA for 15768ee
ui/src/components/WebRTCVideo.tsx
@@ -425,7 +425,7 @@ export default function WebRTCVideo() {
425
disablePictureInPicture
426
controlsList="nofullscreen"
427
className={cx(
428
- "outline-50 max-h-full max-w-full rounded-md object-contain transition-all duration-1000",
+ "outline-50 max-h-full max-w-full object-contain transition-all duration-1000",
429
{
430
"cursor-none": settings.isCursorHidden,
431
"opacity-0": isLoading || isConnectionError || hdmiError,
0 commit comments