From 2a902d6a7e507e6beb566abe15004be1b0fc11ec Mon Sep 17 00:00:00 2001 From: Diogo Peralta Cordeiro Date: Mon, 27 Dec 2021 04:29:08 +0000 Subject: [PATCH] [ASSETS][css][sections] rename profile-avatar to avatar --- public/assets/default_theme/css/widgets/sections.css | 2 +- templates/cards/profile/view.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/default_theme/css/widgets/sections.css b/public/assets/default_theme/css/widgets/sections.css index 73947a7bea..0dcf3cee9b 100644 --- a/public/assets/default_theme/css/widgets/sections.css +++ b/public/assets/default_theme/css/widgets/sections.css @@ -33,7 +33,7 @@ .profile-info-nickname { word-break: break-all; } -.profile-avatar { +.avatar { max-width: 4rem; max-height: 4rem; min-width: var(--xxl); diff --git a/templates/cards/profile/view.html.twig b/templates/cards/profile/view.html.twig index 63d509af42..8ad48da1c9 100644 --- a/templates/cards/profile/view.html.twig +++ b/templates/cards/profile/view.html.twig @@ -12,7 +12,7 @@
- {% trans %} %actor_nickname%'s avatar. {% endtrans %} + {% trans %} %actor_nickname%'s avatar. {% endtrans %} {{ actor_nickname }}