the only good website on the internet quaso.engineering
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix note spacing

+1 -5
+1 -5
src/routes/(base)/post/+page.svelte
··· 99 99 <p class="separator">|</p> 100 100 </div> 101 101 <p class="note-title"> 102 - <a 103 - href="/note/{art.slug}" 104 - class="no-underline js-note-link" 105 - > 102 + <a href="/note/{art.slug}" class="no-underline js-note-link"> 106 103 {art.title} 107 104 </a> 108 105 </p> ··· 115 112 <style> 116 113 .note { 117 114 padding-left: 3.95em; 118 - margin-bottom: -12px; 119 115 margin-top: 4px; 120 116 } 121 117