mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
Merge pull request #5139 from mapillary/feat-viewer-default-size
Update photo viewer size for bigger screens
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1600px) {
|
||||
#photoviewer {
|
||||
width: 490px;
|
||||
height: 370px;
|
||||
}
|
||||
}
|
||||
|
||||
#photoviewer button.thumb-hide {
|
||||
border-radius: 0;
|
||||
padding: 5px;
|
||||
|
||||
Reference in New Issue
Block a user