mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
BUGFIX: cap image widths in usercards & user profiles
This commit is contained in:
parent
1bd7c90168
commit
18f5751f3f
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user