Does anyone know how best to set the max-width of a BBCode IMG post, but limiting the styling to messages posted on user profiles?
I tried adding this to extra.less:
.profile-post .message .img
{
max-width: 75%;
}
but that didn't seem to work.
Thanks!