diff options
author | ThibG <thib@sitedethib.com> | 2020-05-13 21:20:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 21:20:34 +0200 |
commit | 48503384d00525fe61a038bdb8a55868fdc1db92 (patch) | |
tree | dd1cbf35a273c5e6c0a2c9b475f54a6d6919a6b7 /app/views/about | |
parent | be1e2594fbfb4d5ebe7bc0d10d73af7d8ffbf03d (diff) |
Fix some account avatars on public pages having incorrect size (#13692)
* Fix some account avatars on public pages having incorrect size * Remove outdated and overridden width and height attributes * Remove more hardcoded width/height attributes
Diffstat (limited to 'app/views/about')
-rw-r--r-- | app/views/about/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index 07e06100a..565c4ed59 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -27,7 +27,7 @@ .avatar-stack - @instance_presenter.sample_accounts.each do |account| - = image_tag current_account&.user&.setting_auto_play_gif ? account.avatar_original_url : account.avatar_static_url, width: 48, height: 48, alt: '', class: 'account__avatar' + = image_tag current_account&.user&.setting_auto_play_gif ? account.avatar_original_url : account.avatar_static_url, alt: '', class: 'account__avatar' - if Setting.timeline_preview .directory__tag |