Home» Forum» Web & Tech» what the hell happened

what the hell happened

Back to Web & Tech

this one single random icon is suddenly huge for no reason?? I just changed my profile song but i dont know if it wasn't like that before and changing the song back to what it previously was did nothing. i havent changed anything other than that recently



At first I thought it was the website being wacky.

But then I Inspected your Report button (originally a little 16x16px flag) and your icon is huge bc it's displaying more or less 200x200px.

Is this report button round thing custom? Is it in your layout? Can you find the line of code this icon is in?

The help might be something like:

<img src="YOUR_CUSTOM_IMAGE_URL" width="16" height="16" alt="Report">

<img src="YOUR_CUSTOM_IMAGE_URL" style="width: 16px; height: 16px;" alt="Report">


&gt; are the < and > brackets btw




EDIT:

TRY CHANGING THE MAXIMUM SIZE OF THE ICON (easiest route, CSS):

.cb-content-cell img, .comment-reply img {max-height: 36px !important;}


uchiha-clan-sticker

@Ina

AGH THANK YOUU! :3

You must be logged in to reply.