ENH - animate camera icons on rotation

This commit is contained in:
Eichenholz
2026-08-06 13:22:57 +02:00
parent f44ec48877
commit 65a4d1f41e
+8
View File
@@ -619,6 +619,14 @@ onBeforeUnmount(() => {
.camera-control svg {
width: 21px;
height: 21px;
transition: transform 0.25s ease;
}
.camera-latest svg {
transition: transform 0.25s ease;
}
.camera-page--landscape .camera-control svg,
.camera-page--landscape .camera-latest svg {
transform: rotate(90deg);
}
.camera-focus-pill,
.camera-upload-pill {