Set size for user profile picture

This commit is contained in:
Melon 2023-12-04 16:27:44 +00:00
parent c6ddc7b197
commit fe29128ad2
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -75,7 +75,7 @@
<td>{{.Username}}</td>
<td>
{{if .Picture}}
<img src="{{.Picture}}" alt="{{.Name}} Profile Picture"/>
<img width="32" height="32" src="{{.Picture}}" alt="{{.Name}} Profile Picture"/>
{{end}}
</td>
<td><a href="{{.Website}}" target="_blank">{{.Website}}</a></td>