mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 20:56:40 +02:00
[ticket/11552] Fix non-square avatars in notifications
Old code was changing all avatars to square. This code will keep 50px height limit without changing aspect ratio. PHPBB3-11552
This commit is contained in:
@ -879,8 +879,9 @@ form > p.post-notice strong {
|
||||
|
||||
.notification_list ul li img {
|
||||
float: left;
|
||||
max-width: 50px;
|
||||
max-height: 50px;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user