diff --git a/common/static/css/boofilsic.css b/common/static/css/boofilsic.css index 0aa567db..ed22f322 100644 --- a/common/static/css/boofilsic.css +++ b/common/static/css/boofilsic.css @@ -1439,6 +1439,7 @@ select::placeholder { .related-user-list .related-user-list__user-avatar { max-height: 72px; + min-width: 72px; } .review-head .review-head__title { diff --git a/common/static/sass/_MainSection.sass b/common/static/sass/_MainSection.sass index 15c11df8..4a347275 100644 --- a/common/static/sass/_MainSection.sass +++ b/common/static/sass/_MainSection.sass @@ -304,6 +304,7 @@ $mark-review-padding-wider: 6px 0 & &__user-avatar max-height: 72px + min-width: 72px // review detail page .review-head