mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-31 10:18:57 +00:00
FIX - rotate camera phone to the left
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user