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

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

View File

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