diff --git a/patches/post-texts/post-texts.go b/patches/post-texts/post-texts.go index c277a66e..d448616d 100644 --- a/patches/post-texts/post-texts.go +++ b/patches/post-texts/post-texts.go @@ -2,6 +2,7 @@ package main import ( "github.com/animenotifier/arn" + "github.com/animenotifier/arn/autocorrect" "github.com/fatih/color" ) @@ -14,7 +15,7 @@ func main() { for post := range allPosts { // Fix text color.Yellow(post.Text) - post.Text = arn.FixPostText(post.Text) + post.Text = autocorrect.FixPostText(post.Text) color.Green(post.Text) // Tags diff --git a/styles/forum.scarlet b/styles/forum.scarlet index 9066a550..297a325e 100644 --- a/styles/forum.scarlet +++ b/styles/forum.scarlet @@ -48,6 +48,8 @@ .thread-icons, .thread-reply-count + horizontal + align-items center opacity 0.5 text-align right font-size 0.9rem