diff options
author | Akshay <[email protected]> | 2024-11-01 14:48:40 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-11-01 14:48:40 +0000 |
commit | bd78cbc3642d9495c407e15ac955a2d8efd5a69e (patch) | |
tree | af32c6f997cc10538f8913ae3ad6dad4040e48b0 /src | |
parent | 46608309c21aa9fda90fcc6ceadfbbdce2faab5f (diff) |
tweakaroo
Diffstat (limited to 'src')
-rw-r--r-- | src/mixins/post.pug | 8 | ||||
-rw-r--r-- | src/public/styles.css | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/mixins/post.pug b/src/mixins/post.pug index 20ec7c8..3e7e51a 100644 --- a/src/mixins/post.pug +++ b/src/mixins/post.pug | |||
@@ -10,13 +10,13 @@ mixin post(p) | |||
10 | div.info-container | 10 | div.info-container |
11 | p | 11 | p |
12 | | #{fmtnum(p.ups)} ↑ | 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 | span.post-author | 13 | span.post-author |
18 | | · | 14 | | · |
19 | by u/#{p.author} | 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 | div.media-preview | 20 | div.media-preview |
21 | if p.is_gallery && p.is_gallery == true | 21 | if p.is_gallery && p.is_gallery == true |
22 | if p.gallery_data | 22 | if p.gallery_data |
diff --git a/src/public/styles.css b/src/public/styles.css index aa2fff1..3a0cb8b 100644 --- a/src/public/styles.css +++ b/src/public/styles.css | |||
@@ -43,7 +43,7 @@ nav { | |||
43 | } | 43 | } |
44 | 44 | ||
45 | .comments-container { | 45 | .comments-container { |
46 | font-size: 0.8rem; | 46 | font-size: 1rem; |
47 | } | 47 | } |
48 | 48 | ||
49 | .info-container, .comment-info-container, .more { | 49 | .info-container, .comment-info-container, .more { |