peak search, denser catalog, profiles, filename parsing, themed map controls
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
<div>
|
||||
<h1>{a.name}</h1>
|
||||
<p class="page-sub">
|
||||
<span class="who">{a.username}</span> · {fmtDate(a.date)} · <span class="type">{a.type}</span>
|
||||
<a class="who" href="/users/{a.username}">{a.username}</a> · {fmtDate(a.date)} ·
|
||||
<span class="type">{a.type}</span>
|
||||
</p>
|
||||
</div>
|
||||
{#if data.canDelete}
|
||||
@@ -94,6 +95,10 @@
|
||||
.who {
|
||||
font-weight: 600;
|
||||
color: var(--accent-strong);
|
||||
text-decoration: none;
|
||||
}
|
||||
.who:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.kpis {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user