Commit 33c5eefb authored by Mark Chao's avatar Mark Chao

Merge branch 'mk/add-missing-avatar-size' into 'master'

Add missing 90x avatar size for image scaling

See merge request gitlab-org/gitlab!45025
parents c470ed53 2f752cb7
......@@ -3,7 +3,7 @@
module Avatarable
extend ActiveSupport::Concern
USER_AVATAR_SIZES = [16, 20, 23, 24, 26, 32, 36, 38, 40, 48, 60, 64, 96, 120, 160].freeze
USER_AVATAR_SIZES = [16, 20, 23, 24, 26, 32, 36, 38, 40, 48, 60, 64, 90, 96, 120, 160].freeze
PROJECT_AVATAR_SIZES = [15, 40, 48, 64, 88].freeze
GROUP_AVATAR_SIZES = [15, 37, 38, 39, 40, 64, 96].freeze
......
---
title: Add missing 90x avatar size for image scaling
merge_request: 45025
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment