Postmortem Blinded by the Light

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
On mobile, "Replies: X" and "Today at X" are two different font sizes. Could you please make them the same size?
mobile_thread_misaligned.webp
 
I’m not a fan of having to scroll through each individual dm message I’ve sent when I’m looking at the “postings” tab on my profile. I don’t remember if it was like this before, but I don’t think it was.
 
@Null I see that you're still trying to get the highlight buttons to look just right. Out of boredom I decided to also mess about with the CSS a bit and would like to propose this as a potential layout:
1745989987951.webp


In my humble opinion if you were to separate the highlight buttons into a separate <div> with a small spacer it'd look a bit cleaner, considering they're currently the only buttons in that row made purely out of icons. I'd also suggest having the "award" icon as a separate, unclickable button, that way the arrow buttons would be symmetrical on both sides, rather than having the compromise of the "award" and the arrow sharing the same button.
 
Not sure if this is working as intended, but when there are posts on the page present by a user you've ignored the button to unhide the posts appears by the bottom right highlight buttons and nowhere else:
1746075795600.webp
 
Seems the set width for .structItem-cell--featureDate (140px) in Community Feature Submissions is not wide enough for the Wednesday feature dates and is splitting them into two lines:
1746764465773.webp


Increasing it from 140px to 150px fixes it:
1746764537775.webp
 
Back