From 3907162ced89dbd6f5fe52ea21d97ed37d84c852 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 14 Jan 2025 16:59:01 +0100 Subject: [PATCH] Unify size of the avatars --- com.woltlab.wcf/templates/boxArticleList.tpl | 2 +- com.woltlab.wcf/templates/boxRecentActivitySidebar.tpl | 2 +- com.woltlab.wcf/templates/boxSidebarCommentList.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'}
    -- 2.20.1