I’m getting much more used to Discourse now, and have my ‘unread’ settings where I want them.
The only thing I think is missing is a way to step straight onto the next unread thread rather than going back to the list and then opening the next one. Unless I’m missing something obvious…
I really don’t like the changes, it’s left aligned hard against the window edge… Looks terrible, and also when you resize all that happens is the content gets really narrow, it should push the name etc down!?
The look of the avatar + meta section being one item is not how the HTML layout goes. The structure is:
( [Avatar] [ <Meta> <Body> ] [Gutter] )
So it’s easy to push the avatar around, but tricky to push the avatar and meta around consistently.
The default style (with the meta along the top of the post) copes much better with a narrow window, but wouldn’t it be jarring to switch between the two?
Note: Gutter still needs fixing but I don’t have time right now
Fixed everything I broke, but also fixed other things that were already broke. Tidied up and consolidated the CSS so it reads in the same order as the HTML layout. Now in much better shape to tackle the narrow window text-wrapping. Tomorrow.
Narrow window now pushes content under meta as per Tommel’s spec.
Showing replies/replied posts in-line is still horribly ugly and I’m not sure what CSS selector to use to style them, because they don’t have a class of their own. This is where I need some help.
Probably. I have a horrible feeling I’m going to have to copy and paste all the css for regular posts and rejig it for the “embedded” ones, which have a subtly different structure. Sigh.