mirror of
https://github.com/discourse/discourse.git
synced 2025-04-24 00:14:23 +08:00
BUGFIX: cap image widths in usercards & user profiles
This commit is contained in:
parent
1bd7c90168
commit
18f5751f3f
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%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user