1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-14 13:46:33 +02:00

[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
2 changed files with 2 additions and 2 deletions

View File

@ -1721,7 +1721,7 @@ fieldset.submit-buttons legend {
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-height: 100%;
}

View File

@ -43,7 +43,7 @@
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-height: 100%;
}