mirror of https://gitlab.com/bashrc2/epicyon
Image style
parent
fba6679b21
commit
2f2071f209
|
@ -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);
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue