Yes the title alignment is a known issue that we’ve chosen to live with for now, unfortunately our options for aligning the title to the post content are limited by Discourse’s HTML structure. Hopefully it’s something we can fix in the coming months.
好的,我还有两个建议,如图,画红线的地方是我认为该改进的地方:
1、头部太宽,占用了太大的空间,建议高度减小一点。
2、右侧和左侧对比,左侧宽度较大,且内容密集,而右侧宽度较小,一旦有颜色的背景则明显失去平衡。显示器屏幕越大越不舒服。
我建议将背景颜色使用使用浅灰色,右侧栏增加宽度并添加一些可展开的功能按钮,我找了一个类似风格的参考案例:
My feedback:
Dramatic to use on a wide viewport
Alignment and look of the New Topic button
And since it’s so prominent, it annoys me a lot.
alignment bottom left
alignment top right
logo and icons alignment
Sidebar background color disappears when resizing
because of inconsistent media breakpoints I guess?
alignment of icons
Welcome back? I was never away.
Makes me want to quote LL Cool J
Just noticed that tags and counter of unread messages when the topic is being tracked are missing in the topic list view.
I believe this is intentional to save space, you’re kind of entering mobile widths there. There’s another minor bug with the corners of the boxes still appearing in your video, but I think that’s since been fixed because I can’t repro.
How does removing the background color from the sidebar save space?
There is a media query where the background color is set to secondary
at less than 850px, while the sidebar disappears at 767px.
The corner issue is indeed gone.
Another inconsistent breakpoint is at exactly 768px wide, where the light blue background of the topic area reappears.
it’s not really only the background color, it’s also removing the separate content container
when the sidebar and the content are in separate containers you need padding between content and the edges of the containers in both
when the containers are removed you only need space between the elements, so you end up halving the padding needed
Yeah this looks like a 1px gap in media queries somewhere, should be an easy fix (edit: just merged one)
Ahhh thanks for the explanation!!