mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user