Comment to PDF File App error message
-
The large grey icon (a curious text based icon known as base64 format) actually takes up scrolling space on the Timeline. It also lessens the amount of words before the "See more" threshold. In my view, it is redundant, off-centered, and should be removed.
Can some clever person tell me what the css code is to remove it in the Timeline, that I might add the code to my Protean custom styles? I got the code below to work but unfortunately it removes other images on other pages , as well.
This Timeline image removal code must work for Files and Audio icons, too.
img file {
display: none;
}
Thank you.