I noticed that the new personal quack icon changes size according to what size you make the creator avatar image in the comments section. I'm using the custom template with only minor tweaks to the background color and navigation buttons. Is there a way to make the author image 100px square without altering the PQ button?
Example of template with large author image:
http://www.drunkduck.com/No_Need_for_Bushido/
Example of template with small author image:
http://www.drunkduck.com/No_Need_for_Bushido_Remix/
That is reaaaallly strange. I checked out the code on your page and my page, and it's exactly the same for refering to the PQ gif (I was thinking it'd be some obvious problem, like on your template it'd say 'size= 100px' or something, but it says just the same as mine). What's really strange is that I have a large avvie template wih custom code, but the problem isn't there: http://www.drunkduck.com/FanDanGo/
I have noticed a number of other people with deformed PQ buttons though. I'm guessing it's something to do with code that's way over my abilities.
Hass the CSS template change over time so that it might result in effecting the size of only the avatar in some cases and both the avatar + the PQ in others?
OK, I sort of fixed it. Comics that are seeing this problem can go up to the point in the template where it says:
.notes img {
height: 50px;
width: 50px;
}
and change it to:
.notes img {
}
The only downside is that the space between the avatar image and the actual comments text disappears. Still, I'd rather have that than an ugly "PQ" button stretched to 100px by 100px.