Merge branch 'cherry-pick-bf0b13d0' into 'main'

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

See merge request witapp/aura-webapp!731
This commit is contained in:
Daniil Chemerkin 2025-04-14 19:49:47 +00:00
commit b01f997c0c
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;
}