Author Topic: CSS Code for PM Signatures  (Read 219 times)

I find it annoying when I have to scroll miles in my PM list when all the messages are 1-2 lines. This is caused by the images in signatures being huge. I know Badspot couldn't remove them completely (at least back then), but I have a suggestion: Can this be added to the forum CSS?

Code: [Select]
.signature img {
  max-height: 300px;
}

This would force all images in signatures to the max height of 300px, reducing the vertical page stretch. If it's possible, I think it'd be a good idea. You have to add more code so it only applies to PM list pages, but it seems required at times...
« Last Edit: April 17, 2011, 02:39:24 PM by MegaScientifical »