bug fixes and favourite button

This commit is contained in:
David Ralph
2020-09-16 12:32:09 +01:00
parent a27cf2eede
commit 89a8621de1
5 changed files with 53 additions and 3 deletions

View File

@@ -15,6 +15,12 @@
right: 25px;
}
.favourite {
position: absolute;
bottom: 10px;
right: 50px;
}
#photographer {
position: absolute;
bottom: 10px;
@@ -22,12 +28,12 @@
width: 1000px;
}
.locationicon, #viewButton {
.locationicon, #viewButton, #favouriteButton {
width: auto;
cursor: pointer;
}
.navbar-container > svg, #backgroundCredits > svg, #viewButton > svg {
.navbar-container > svg, #backgroundCredits > svg, #viewButton > svg, #favouriteButton > svg {
font-size: calc(10px + 1.5vmin) !important;
position: absolute;
bottom: 2px;