diff --git a/src/graphics/game-layout/16x9-1p.vue b/src/graphics/game-layout/16x9-1p.vue index aab8553f..932d5125 100644 --- a/src/graphics/game-layout/16x9-1p.vue +++ b/src/graphics/game-layout/16x9-1p.vue @@ -33,7 +33,7 @@ left: '0px', top: !online && crowdCam ? '150px' : '0px', width: '533px', - height: !online && crowdCam ? '400px' : '550px', + height: !online && crowdCam ? '250px' : '300px', }" /> @@ -69,7 +69,7 @@ class="Fixed" :style="{ left: '0px', - top: '550px', + top: '300px', width: '533px', }" > diff --git a/src/graphics/game-layout/16x9-2p.vue b/src/graphics/game-layout/16x9-2p.vue index 8c76911b..a61ba33b 100644 --- a/src/graphics/game-layout/16x9-2p.vue +++ b/src/graphics/game-layout/16x9-2p.vue @@ -31,10 +31,10 @@ id="CameraCapture1" class="Capture BorderTop BorderRight BorderLeft" :style="{ - left: '660px', + left: '605px', top: '540px', - width: '600px', - height: crowdCam ? '260px' : '400px', + width: '710px', + height: crowdCam ? '260px' : '400px', }" />