Commit ef845d5a authored by Peter Hegman's avatar Peter Hegman

Merge branch 'topics/rect-avatar' into 'master'

Topic detail page: Use rectangular instead of circular avatar

See merge request gitlab-org/gitlab!74424
parents 13156549 242281e3
......@@ -7,7 +7,7 @@
.gl-text-center.gl-bg-gray-10.gl-pb-2.gl-pt-6
.gl-pb-5.gl-align-items-center.gl-justify-content-center.gl-display-flex
.avatar-container.s60.gl-flex-shrink-0
.avatar-container.rect-avatar.s60.gl-flex-shrink-0
= topic_icon(@topic, alt: _('Topic avatar'), class: 'avatar topic-avatar s60')
- if @topic.name.length > max_topic_name_length
%h1.gl-mt-3.str-truncated.has-tooltip{ title: @topic.name }
......
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