frontend for xcvr appview

add style to right sidebar

+4 -1
+4 -1
src/routes/c/[handle]/[rkey]/+page.svelte
··· 72 72 </h1> 73 73 {/if} 74 74 {#if ctx?.topic} 75 - <h2>{ctx?.topic}</h2> 75 + <h2 class="topic">{ctx?.topic}</h2> 76 76 {/if} 77 77 <div> 78 78 <a href="history"> view history </a> ··· 151 151 } 152 152 h2 { 153 153 font-size: 2rem; 154 + } 155 + .topic { 156 + margin-bottom: 0.25rem solid var(--fg); 154 157 } 155 158 h3 { 156 159 font-size: 1.5rem;