mirror of https://github.com/jetkvm/kvm.git
Compare commits
4 Commits
f2a35cedc0
...
e18745f951
| Author | SHA1 | Date |
|---|---|---|
|
|
e18745f951 | |
|
|
1f7083a023 | |
|
|
dc7791c245 | |
|
|
9affd248f3 |
|
|
@ -543,7 +543,7 @@ export default function WebRTCVideo({ hasConnectionIssues }: { hasConnectionIssu
|
|||
style={{ animationDuration: "500ms" }}
|
||||
className="animate-slideUpFade pointer-events-none absolute inset-0 flex items-center justify-center"
|
||||
>
|
||||
<div className="relative h-full w-full rounded-md">
|
||||
<div className="relative h-full w-full rounded-md" onClick={requestPointerLock}>
|
||||
<LoadingVideoOverlay show={isVideoLoading} />
|
||||
<HDMIErrorOverlay show={hdmiError} hdmiState={hdmiState} />
|
||||
<NoAutoplayPermissionsOverlay
|
||||
|
|
|
|||
Loading…
Reference in New Issue