mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
bug fixes and favourite button
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user