mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11956] Scale down large avatars
Prevent large avatars from breaking layout on any resolution. PHPBB3-11956
This commit is contained in:
parent
e660c1a554
commit
af5e25cdf5
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue