View Single Post
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#243
Originally Posted by Schturman View Post
I have another little problem with avatar borders in the SMS conversation... It's only on "Other" avatar...
See this picture:



How I can fix this ?

I see the avatar block and it's look Ok (normal)

Code:
div.Avatar {
  width: 64px;
  display: inline-block;
  vertical-align: middle;
}

.MessageAvatar {
  width: 64px;
  height:64px;
  -moz-border-radius: 10px;
}

img.MessagePresence {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
change width and height from 64px to 60px ^^
somehow resizing the image doesn't work in conversation-view...
 

The Following User Says Thank You to b666m For This Useful Post: