[ticket/13713] Fix for current avatars

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

View file

@ -1721,6 +1721,11 @@ fieldset.submit-buttons legend {
height: 40px;
}
.mention-media-avatar img { /* TODO: reconsider for the future design */
max-width: 100%;
max-height: 100%;
}
svg { /* TODO: remove it after general normalization */
fill: currentColor;
}

View file

@ -43,6 +43,11 @@
height: 40px;
}
.mention-media-avatar img { /* TODO: reconsider for the future design */
max-width: 100%;
max-height: 100%;
}
svg { /* TODO: remove it after general normalization */
fill: currentColor;
}