pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

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

fix notification bullet margin

Pas 64b5d779 60342749

+2 -2
+1 -1
src/components/overlays/notificationsModal/components/ListView.tsx
··· 132 132 </h3> 133 133 </div> 134 134 <div className="flex flex-col sm:flex-row items-start sm:items-center gap-1 sm:gap-2 order-1 sm:order-2"> 135 - {/* Mobile: Source • Category */} 135 + {/* Mobile: Source & Category */} 136 136 <div className="flex items-center gap-1 sm:hidden"> 137 137 {getCategoryColor(notification.category) && ( 138 138 <span
+1 -1
src/components/overlays/notificationsModal/utils/index.ts
··· 160 160 // Style bullet points 161 161 .replace( 162 162 /<p>• /g, 163 - '<p class="flex items-start gap-2"><span class="text-type-link mt-1">•</span><span>', 163 + '<p class="flex items-start gap-2"><span class="text-type-link">•</span><span>', 164 164 ) 165 165 .replace(/<\/p>/g, "</span></p>") 166 166 );