FIX - raise camera game view

This commit is contained in:
Eichenholz
2026-08-06 15:20:16 +02:00
parent 5c3dd2438f
commit dc2dbca7bb
+2 -2
View File
@@ -566,7 +566,7 @@ onBeforeUnmount(() => {
}
.camera-viewport {
position: absolute;
top: 50%;
top: 46%;
left: 0;
width: 100%;
aspect-ratio: 3 / 4;
@@ -574,7 +574,7 @@ onBeforeUnmount(() => {
transform: translateY(-50%);
}
.camera-page--landscape .camera-viewport {
top: 50%;
top: 46%;
left: 50%;
width: calc(100% * 16 / 9);
height: auto;