Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed Jul 9, 2024
1 parent feb83e5 commit 701feb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/Main/Post/Permalink/Comment/List.pug
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mixin comment(type, replyable=true)

mixin commentList(type, rType, reverse=false)
#{`s_${type}_container`}
#comments(class='mt-9')
#comments(class='mt-12')
ol.comments(class='flex gap-y-5' class=reverse ? 'flex-col-reverse' : 'flex-col')
#{`s_${type}_rep`}
li.comment(
Expand Down

0 comments on commit 701feb5

Please sign in to comment.