Suggest adding photos to contribute
This commit is contained in:
@@ -159,13 +159,20 @@ import Icon from '#components/icon';
|
|||||||
<div class="details-content">
|
<div class="details-content">
|
||||||
<p>
|
<p>
|
||||||
<strong>Most impactful:</strong>
|
<strong>Most impactful:</strong>
|
||||||
Add and improve data for points of interest in
|
|
||||||
<a
|
|
||||||
href="https://www.openstreetmap.org"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener"
|
|
||||||
>OpenStreetMap</a>.
|
|
||||||
</p>
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Add and improve data for points of interest in
|
||||||
|
<a
|
||||||
|
href="https://www.openstreetmap.org"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
>OpenStreetMap</a>.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Add place photos with your Nostr account.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
<strong>Most appreciated:</strong>
|
<strong>Most appreciated:</strong>
|
||||||
Use this app as much as you can and
|
Use this app as much as you can and
|
||||||
|
|||||||
@@ -752,6 +752,25 @@ select.form-control {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-section p + ul {
|
||||||
|
margin-top: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-section ul {
|
||||||
|
padding-inline-start: 1.2em;
|
||||||
|
margin: 0.5rem 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-section li {
|
||||||
|
padding-inline-start: 0.5rem;
|
||||||
|
margin-block: 0.15rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-section li::marker {
|
||||||
|
content: '♥';
|
||||||
|
color: #898989;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-full {
|
.btn-full {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user