FIX - rotate camera phone to the left

This commit is contained in:
Eichenholz
2026-08-06 13:22:37 +02:00
parent 6da6b866ce
commit f44ec48877
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ button {
.phone-stage--landscape .phone-resolution-wrapper--primary .phone-device {
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(-90deg);
}
.phone-device__frame {
position: absolute;
+1 -1
View File
@@ -539,7 +539,7 @@ onBeforeUnmount(() => {
width: calc(100% * 16 / 9);
height: auto;
aspect-ratio: 16 / 9;
transform: translate(-50%, -50%) rotate(-90deg);
transform: translate(-50%, -50%) rotate(90deg);
}
.camera-game-view,
.camera-dev-view,