From: Marcel Werk Date: Tue, 14 Jan 2025 15:59:01 +0000 (+0100) Subject: Unify size of the avatars X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3907162ced89dbd6f5fe52ea21d97ed37d84c852;p=GitHub%2FWoltLab%2FWCF.git Unify size of the avatars --- diff --git a/com.woltlab.wcf/templates/boxArticleList.tpl b/com.woltlab.wcf/templates/boxArticleList.tpl index dff962a336..b733ea7804 100644 --- a/com.woltlab.wcf/templates/boxArticleList.tpl +++ b/com.woltlab.wcf/templates/boxArticleList.tpl @@ -3,7 +3,7 @@ {foreach from=$boxArticleList item=boxArticle}
  • - {user object=$boxArticle->getUserProfile() type='avatar24' ariaHidden='true' tabindex='-1'} + {user object=$boxArticle->getUserProfile() type='avatar32' ariaHidden='true' tabindex='-1'}
    diff --git a/com.woltlab.wcf/templates/boxRecentActivitySidebar.tpl b/com.woltlab.wcf/templates/boxRecentActivitySidebar.tpl index ac6f85466c..abeeea9004 100644 --- a/com.woltlab.wcf/templates/boxRecentActivitySidebar.tpl +++ b/com.woltlab.wcf/templates/boxRecentActivitySidebar.tpl @@ -2,7 +2,7 @@ {foreach from=$eventList item=event}
  • - {user object=$event->getUserProfile() type='avatar24' ariaHidden='true' tabindex='-1'} + {user object=$event->getUserProfile() type='avatar32' ariaHidden='true' tabindex='-1'}
    diff --git a/com.woltlab.wcf/templates/boxSidebarCommentList.tpl b/com.woltlab.wcf/templates/boxSidebarCommentList.tpl index b3ab7c7daa..71b7b740da 100644 --- a/com.woltlab.wcf/templates/boxSidebarCommentList.tpl +++ b/com.woltlab.wcf/templates/boxSidebarCommentList.tpl @@ -2,7 +2,7 @@ {foreach from=$boxCommentList item=boxComment}
  • - {user object=$boxComment->getUserProfile() type='avatar24' ariaHidden='true' tabindex='-1'} + {user object=$boxComment->getUserProfile() type='avatar32' ariaHidden='true' tabindex='-1'}