tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
add style to right sidebar
moth11.net
6 months ago
58a6de81
b37f8782
+4
-1
1 changed file
expand all
collapse all
unified
split
src
routes
c
[handle]
[rkey]
+page.svelte
+4
-1
src/routes/c/[handle]/[rkey]/+page.svelte
···
72
</h1>
73
{/if}
74
{#if ctx?.topic}
75
-
<h2>{ctx?.topic}</h2>
76
{/if}
77
<div>
78
<a href="history"> view history </a>
···
151
}
152
h2 {
153
font-size: 2rem;
0
0
0
154
}
155
h3 {
156
font-size: 1.5rem;
···
72
</h1>
73
{/if}
74
{#if ctx?.topic}
75
+
<h2 class="topic">{ctx?.topic}</h2>
76
{/if}
77
<div>
78
<a href="history"> view history </a>
···
151
}
152
h2 {
153
font-size: 2rem;
154
+
}
155
+
.topic {
156
+
margin-bottom: 0.25rem solid var(--fg);
157
}
158
h3 {
159
font-size: 1.5rem;