jcvdav / MAREA

Repository for MAREA, a shiny app by TURFeffect
https://turfeffect.shinyapps.io/marea
MIT License
0 stars 2 forks source link

The menu option for downloading the dataset seems to float in a strange place #21

Closed jcvdav closed 7 years ago

jcvdav commented 7 years ago

From Stuart

image

jcvdav commented 7 years ago

Changing the way the legend is displayed should fix this.

Old way:

img(src = "legend2.gif", width = "600px")

Now:

img(src = "legend2.gif", width = "125%")

Changeing window would legend size too:

image

image