Feature: add prev/next button to viewer for georeferenced photos (#10865)

This commit is contained in:
Atul Patil
2025-03-12 01:50:38 +05:30
committed by GitHub
parent 607f953465
commit c7cc7008b8
3 changed files with 58 additions and 2 deletions

View File

@@ -681,3 +681,18 @@ label.streetside-hires {
cursor: pointer;
}
.photo-controls-local {
display: flex;
align-items: center;
justify-content: center;
gap: 4px;
}
.photo-controls-local button {
padding:0 6px;
pointer-events: initial;
}
.photo-controls-local button:disabled {
background: rgba(255,255,255,.25);
}