Recently, a few other users and I noticed that the signatures are mysteriously thin. I went and looked in the CSS and saw that the signature div had a max-width applied to it:
.signatureblock { max-width: 640px; max-height: 150px; overflow: hidden; }
I know this is probably to stop people from having signatures that are too wide, but it looks really weird for people with larger res (since others have quotes / just a paragraph in their sig), so could it be removed or the signatureblock be centred please (I don't mean the text itself, I mean the div)? I know it's a minor complaint. Also, why is overflow set to hidden? Would overflow: auto; really be that intrusive?
ty for reading
.signatureblock { max-width: 640px; max-height: 150px; overflow: hidden; }
I know this is probably to stop people from having signatures that are too wide, but it looks really weird for people with larger res (since others have quotes / just a paragraph in their sig), so could it be removed or the signatureblock be centred please (I don't mean the text itself, I mean the div)? I know it's a minor complaint. Also, why is overflow set to hidden? Would overflow: auto; really be that intrusive?
ty for reading