diff --git a/internal/web/profile.go b/internal/web/profile.go index bc8f8d4c5..bf4f6c7df 100644 --- a/internal/web/profile.go +++ b/internal/web/profile.go @@ -103,6 +103,7 @@ func (m *Module) profileTemplateHandler(c *gin.Context) { "statuses": statuses, "stylesheets": []string{ "/assets/Fork-Awesome/css/fork-awesome.min.css", + "/assets/dist/status.css", "/assets/dist/profile.css", }, })