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 }}