mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/13713] Fix for current avatars
PHPBB3-13713
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user