Image style

alt-html-css
Bob Mottram 2020-12-20 11:10:52 +00:00
parent fba6679b21
commit 2f2071f209
2 changed files with 9 additions and 9 deletions

View File

@ -184,7 +184,7 @@ def htmlModerationInfo(cssCache: {}, translate: {},
'/users/' + nickname + '?options=' + actor + ';1;' + \
avatarUrl.replace('/', '-')
infoForm += '<td>\n<a href="' + acctUrl + '">'
infoForm += '<img src="' + avatarUrl + '" />'
infoForm += '<img style="width:90%" src="' + avatarUrl + '" />'
infoForm += '<br>' + acctNickname + '</a>\n</td>\n'
col += 1
if col == cols: