Recent changes caused extra line breaks to appear in profile comments. This CSS will make them go back to normal!
.comments br:nth-child(even) { display: none; }
.news-avatar + .content br { display: block; }
The first line gets rid of every other line break in your comments. The second line undoes this for news comments, because for some reason news comments don't have this problem :/ It seems to be just profile comments, which is... interesting, to say the least. Let me know if it's happening elsewhere, and also do let me know if the custom CSS is messing with something it should't be so I can fix it.
Pinging (I think that's the right group? sorry if i'm mistaken...) Please feel free to ping anyone else you think might find this handy!
[edit] Added some CSS to fix line breaks in the Notepad widget as well (click here or just scroll down)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
THANK THE HEAVENS AND YOUR WONDERFUL SELF AND LITERALLY ALL THINGS GOOD FOR THIS CSS FIX. Oh man you're a lifesaver, these extra spaces in profile comments have been bugging me to death! brick'd straight into the sun for the terrible pun for the record
I don't know if y'all've been having this problem too, but this is a fix for it if you have!
[box=#444342]
Hadn't looked at my comments in a while before now, but ew that was irritating for a split second. Thanks very much for the fix/ping c:
Thanks!
Is there anyway to fix the same issue in the Notepad dashboard widget?
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Thanks for notifying that it's a problem in the widget too (I don't use many widgets so I did not realize)
You can add this line:
-notepad-content br:nth-child(even) { display: none; }
Or combine this with my first rule above, if you would like it to be shorter, like so:
-notepad-content br:nth-child(even), .comments br:nth-child(even) { display: none; }
.news-avatar + .content br { display: block; }
Enjoy!
[edit] Oh huh, sorry if I pinged anyone with the , I don't know how to avoid that in code snippets though :(
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Thank you! Worked like a charm :)
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Ahhh it's so nice to see my Notepad normal again! Thank you! :P
It's beautiful. Thank you ❤
Here's a line that fixes this for forum signatures:
.forum_signature br:nth-child(even) { display: none; }
All of the code so far (comments, notepad, signatures), in the short version:
.comments br:nth-child(even), .forum_signature br:nth-child(even), -notepad-content br:nth-child(even) { display: none; }
.news-avatar + .content br { display: block; }
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Thank you!! And thank you for pinging me from my other thread to over here, I appreciate it.
Sad its been broken for so long and that we have to fix the basic site layout with customcss. Sigh
Headshot by
this is a hellish thing going on and beautiful has a fix for it!! <3 idk how many of you use the notepad widget like i do but it was driving me insane (also comments too but it was less of a crisis for me)
look, this hellfire is over with 8D ty for the ping, this is a much needed fix, so much dead space x__x
OMG TY FOR THE PING. I would be fucked without my notepad widget and that dou ble lijne break was driving me INSANE. pets
LIFESAVER!
-sobs in relief- Thank you so much for the code fixes ❤️
I'm actually not 100% certain that this isn't happening in the news comments :/
I'm a bit confused. If someone could confirm either way, that would be great c:
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights