Minor changes
This commit is contained in:
parent
e183360cb8
commit
298fe45e72
@ -2,6 +2,7 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/animenotifier/arn"
|
"github.com/animenotifier/arn"
|
||||||
|
"github.com/animenotifier/arn/autocorrect"
|
||||||
"github.com/fatih/color"
|
"github.com/fatih/color"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -14,7 +15,7 @@ func main() {
|
|||||||
for post := range allPosts {
|
for post := range allPosts {
|
||||||
// Fix text
|
// Fix text
|
||||||
color.Yellow(post.Text)
|
color.Yellow(post.Text)
|
||||||
post.Text = arn.FixPostText(post.Text)
|
post.Text = autocorrect.FixPostText(post.Text)
|
||||||
color.Green(post.Text)
|
color.Green(post.Text)
|
||||||
|
|
||||||
// Tags
|
// Tags
|
||||||
|
@ -48,6 +48,8 @@
|
|||||||
|
|
||||||
.thread-icons,
|
.thread-icons,
|
||||||
.thread-reply-count
|
.thread-reply-count
|
||||||
|
horizontal
|
||||||
|
align-items center
|
||||||
opacity 0.5
|
opacity 0.5
|
||||||
text-align right
|
text-align right
|
||||||
font-size 0.9rem
|
font-size 0.9rem
|
||||||
|
Loading…
Reference in New Issue
Block a user