Image style

merge-requests/8/head
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

@ -951,12 +951,12 @@ div.container {
color: var(--title-color);
}
.accountsTable {
width: 100%;
border: 0;
width: 100%;
border: 0;
}
.accountsTableCol {
width: 20%;
text-align: center;
width: 20%;
text-align: center;
}
.containerHeader {
border: var(--border-width-header) solid var(--border-color);
@ -1610,12 +1610,12 @@ div.container {
color: var(--title-color);
}
.accountsTable {
width: 100%;
border: 0;
width: 100%;
border: 0;
}
.accountsTableCol {
width: 20%;
text-align: center;
width: 20%;
text-align: center;
}
.containerHeader {
border: var(--border-width-header) solid var(--border-color);

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: