mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Feature: add prev/next button to viewer for georeferenced photos (#10865)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user