selfhostable, read-only reddit client
16
fork

Configure Feed

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

tweakaroo

Akshay bd78cbc3 46608309

+5 -5
+4 -4
src/mixins/post.pug
··· 10 10 div.info-container 11 11 p 12 12 | #{fmtnum(p.ups)} ↑ 13 - |  ·  14 - a(href=`/comments/${p.id}`) #{fmtnum (p.num_comments)} ↩ 15 - |  ·  16 - a(href=`/r/${p.subreddit}`) r/#{p.subreddit} 17 13 span.post-author 18 14 |  ·  19 15 by u/#{p.author} 16 + |  ·  17 + a(href=`/r/${p.subreddit}`) r/#{p.subreddit} 18 + |  ·  19 + a(href=`/comments/${p.id}`) #{fmtnum (p.num_comments)} ↩ 20 20 div.media-preview 21 21 if p.is_gallery && p.is_gallery == true 22 22 if p.gallery_data
+1 -1
src/public/styles.css
··· 43 43 } 44 44 45 45 .comments-container { 46 - font-size: 0.8rem; 46 + font-size: 1rem; 47 47 } 48 48 49 49 .info-container, .comment-info-container, .more {