[ticket/13713] Add an explanation regarding the future avatar ratio

PHPBB3-13713
This commit is contained in:
lavigor 2018-09-15 17:39:17 +03:00 committed by Marc Alexander
parent 6572b735b8
commit d5c9508aed
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 2 additions and 2 deletions

View file

@ -1721,7 +1721,7 @@ fieldset.submit-buttons legend {
height: 40px; height: 40px;
} }
.mention-media-avatar img { /* TODO: reconsider for the future design */ .mention-media-avatar img { /* TODO: reconsider for the future design with 1:1 ratio images */
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
} }

View file

@ -43,7 +43,7 @@
height: 40px; height: 40px;
} }
.mention-media-avatar img { /* TODO: reconsider for the future design */ .mention-media-avatar img { /* TODO: reconsider for the future design with 1:1 ratio images */
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
} }