BUGFIX: cap image widths in usercards & user profiles

This commit is contained in:
Régis Hanol 2014-07-02 14:56:09 +02:00
parent 1bd7c90168
commit 18f5751f3f
2 changed files with 7 additions and 0 deletions
app/assets/stylesheets/desktop

@ -66,6 +66,9 @@
max-height: 100px;
overflow: auto;
margin-bottom: 10px;
img {
max-width: 100%;
}
}
img.avatar {

@ -209,6 +209,10 @@
text-decoration: underline;
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
}
img {
max-width: 100%;
}
}
}