mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/13713] Add an explanation regarding the future avatar ratio
PHPBB3-13713
This commit is contained in:
parent
6572b735b8
commit
d5c9508aed
2 changed files with 2 additions and 2 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue