App content/copy/links #77

Merged
raucao merged 4 commits from ui/copy into master 2026-08-19 18:03:59 +00:00
2 changed files with 32 additions and 6 deletions
Showing only changes of commit 10ecb745ee - Show all commits
+13 -6
View File
@@ -159,13 +159,20 @@ import Icon from '#components/icon';
<div class="details-content">
<p>
<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>
<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>
<strong>Most appreciated:</strong>
Use this app as much as you can and
+19
View File
@@ -752,6 +752,25 @@ select.form-control {
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 {
width: 100%;
}