mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 16:23:22 +00:00
ENH - animate camera icons on rotation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user