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:
@ -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%;
|
||||||
}
|
}
|
||||||
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user