PhotoPage: simplify styling a little

This commit is contained in:
Aaron van Geffen 2023-11-10 23:36:49 +01:00
parent c8bf43b7f9
commit 0133308113
1 changed files with 2 additions and 9 deletions

View File

@ -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;