mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
[ticket/11956] Scale down large avatars
Prevent large avatars from breaking layout on any resolution. PHPBB3-11956
This commit is contained in:
@@ -711,6 +711,11 @@ fieldset.polls dd div {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.postprofile .avatar img {
|
||||
max-width: 90%;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.online {
|
||||
background-image: none;
|
||||
background-position: 100% 0;
|
||||
|
Reference in New Issue
Block a user