Update gallery styles

This commit is contained in:
3nprob
2021-10-07 23:46:18 +09:00
parent 857e22ed87
commit 9b96295691
2 changed files with 149 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ html
div(class='Gallery-Byline')
if account_id > 0
a(class='author-link' title='View profile of '+account.username, href='/user/'+account.username)
span(class='UserAvatar', title=account.username, style='background-image: url("' + util.proxyURL(account.avatar_url) + '");')
span(class='UserAvatar Avatar', title=account.username, style='background-image: url("' + util.proxyURL(account.avatar_url) + '");')
div(class='Info-Wrapper')
if account_id > 0
div(class='Info')