forked from Public/pics
PhotoPage: simplify styling a little
This commit is contained in:
parent
c8bf43b7f9
commit
0133308113
@ -434,18 +434,11 @@ figure.panorama-figure {
|
||||
object-fit: cover;
|
||||
margin: 0 auto;
|
||||
}
|
||||
figure.portrait-figure img.normal-photo,
|
||||
figure.portrait-figure img.blur-photo,
|
||||
figure.landscape-figure img.normal-photo,
|
||||
figure.landscape-figure img.blur-photo {
|
||||
figure#photo-figure img.normal-photo,
|
||||
figure#photo-figure img.blur-photo {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
figure.panorama-figure img.normal-photo,
|
||||
figure.panorama-figure img.blur-photo {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#previous_photo, #next_photo {
|
||||
background: #fff;
|
||||
|
Loading…
Reference in New Issue
Block a user