diff --git a/template/css/style.css b/template/css/style.css index fada038..972fb33 100644 --- a/template/css/style.css +++ b/template/css/style.css @@ -364,6 +364,8 @@ body { width: 144px; height: 144px; border-radius: 50%; + object-fit: cover; + object-position: center center; } .user-page .user-details .user-comment { font-size: 0.9em; diff --git a/template/css/style.scss b/template/css/style.scss index 9efc1ca..e00abbc 100644 --- a/template/css/style.scss +++ b/template/css/style.scss @@ -423,6 +423,8 @@ body { width: 144px; height: 144px; border-radius: 50%; + object-fit: cover; + object-position: center center; } .user-comment { diff --git a/template/small-tn-normal.jet.html b/template/small-tn-normal.jet.html index 5cb3771..a62b917 100644 --- a/template/small-tn-normal.jet.html +++ b/template/small-tn-normal.jet.html @@ -1,6 +1,6 @@ -{{ range . }} {{ if not (isEmpty .ID) }} +{{ range . }} {{ if .ID }}