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!!
Hi,
In the timeline section, as you can see in the attached image, part of the text related to the dates (like “1” and “5”) is overflowing its container and is not displayed correctly.
I am using the Google Fonts component with a custom font in my theme.
Thank you for your work.
The information density is too low, it would be nice to have an option to adjust the spacing.
Woah!! I just came to this thread to suggest the exact same thing. It would be great to have an option to adjust the density and size of the items.
The font size and spacing is high by default on Horizon compared to the other themes. I understand its done to give it a more modern look, but power users may prefer to see more dense layouts. Put simply maybe 90% zoom but elements adjusted to fit the negative space left out.
For us designers and developers this is not immediately obvious as we work on high resolution screens, but for users who are still on lower resolution screens, everything looks too large.
For the stated purpose of this theme (“non-technical admins and everyday members”), having larger fonts, more whitespace and lower overall information density seems like a good idea. Discourse is pretty busy by default.
One additional note: on the list of topics, I would expect that clicking anywhere would enter a topic (since its border is higlighted like a button). The current behavior is that you have to click the topic’s title.