diff --git a/controllers/user/router.go b/controllers/user/router.go index 8e24d59c..4d5fa64f 100644 --- a/controllers/user/router.go +++ b/controllers/user/router.go @@ -26,6 +26,7 @@ func init() { // User Profile specific routes userRoutes := router.Get().Group("/user") { + userRoutes.GET("", UserProfileHandler) userRoutes.GET("/:id", UserProfileHandler) userRoutes.GET("/:id/:username", UserProfileHandler) userRoutes.GET("/:id/:username/follow", UserFollowHandler) diff --git a/public/css/themes/classic.css b/public/css/themes/classic.css index 05626ce8..9d1267be 100644 --- a/public/css/themes/classic.css +++ b/public/css/themes/classic.css @@ -425,7 +425,7 @@ span.comment-index+p a:hover { float: right; margin-top: 7px; } -.torrent-buttons a{ +.torrent-buttons a, .torrent-buttons button { height: 26px!important; background: linear-gradient(to bottom, #33ca98 0%, #336867 72%); color: white!important;