Show message about how to support OSM after a successful save, closes #10054

for example in form of a donation

this can be disabled by setting an env variable (`ID_SHOW_DONATION_MESSAGE=false`)

the icon is from https://uxwing.com/charity-donation-hand-love-icon/
This commit is contained in:
Martin Raifer
2024-02-24 12:43:21 +01:00
parent b5f1f78e87
commit 96e6dc124f
7 changed files with 71 additions and 0 deletions

View File

@@ -5078,10 +5078,12 @@ img.tile-debug {
}
.save-summary,
.save-supporting,
.save-communityLinks {
padding: 0px 20px 15px 20px;
}
.save-supporting,
.save-communityLinks {
border-top: 1px solid #ccc;
}
@@ -5113,6 +5115,7 @@ img.tile-debug {
}
.summary-view-on-osm,
.support-the-map,
.community-name {
font-size: 14px;
font-weight: bold;