Merge branch 'AW-444-camera-image' into 'develop'

This commit is contained in:
Daniil Chemerkin 2025-04-14 19:49:46 +00:00
parent 7d60bd2d3e
commit a61af683f4
4 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@
height: calc(100dvh - 140px);
left: 50%;
top: 20px;
transform: translate(-50%);
transform: translate(-50%) scale(-1, 1);
width: auto;
z-index: 9;
}

View File

@ -60,7 +60,7 @@
height: calc(100dvh - 140px);
left: 50%;
top: 20px;
transform: translate(-50%);
transform: translate(-50%) scale(-1, 1);
width: auto;
z-index: 9;
}

View File

@ -60,7 +60,7 @@
height: calc(100dvh - 140px);
left: 50%;
top: 20px;
transform: translate(-50%);
transform: translate(-50%) scale(-1, 1);
width: auto;
z-index: 9;
}

View File

@ -60,7 +60,7 @@
height: calc(100dvh - 140px);
left: 50%;
top: 20px;
transform: translate(-50%);
transform: translate(-50%) scale(-1, 1);
width: auto;
z-index: 9;
}