mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:21:43 +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;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.postprofile .avatar img {
|
||||||
|
max-width: 90%;
|
||||||
|
height: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
.online {
|
.online {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-position: 100% 0;
|
background-position: 100% 0;
|
||||||
|
Reference in New Issue
Block a user