mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Attempt to fix plane photoviewer.
This commit is contained in:
+10
-5
@@ -68,8 +68,7 @@
|
||||
}
|
||||
|
||||
|
||||
.photo-wrapper,
|
||||
.photo-wrapper img {
|
||||
.photo-wrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
@@ -361,12 +360,18 @@ label.streetside-hires {
|
||||
}
|
||||
|
||||
.plane-frame {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.plane-frame > .plane-photo{
|
||||
transform-origin:0 0;
|
||||
.plane-frame > img.plane-photo{
|
||||
width: min-content;
|
||||
height: 100%;
|
||||
transform-origin: 0 0;
|
||||
}
|
||||
|
||||
.vegbilder-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user