惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
U
Unit 42
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
T
Tailwind CSS Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
腾讯CDC
I
InfoQ
GbyAI
GbyAI
博客园_首页

Discourse Meta - Latest posts

Horizon: High Context Topic Cards I'd like to ask what this file /var/www/discourse/vendor/data/RT_sRGB.icm is used for? Discourse to Markdown Plugin How to verify a subdomain (mysite.discourse.group) in Google Search Console? Reader Mode Publishing WordPress gallery posts on Discourse Discourse User Feedback New user filter by custom field and contact Interact with discourse from Python? Why we can't type the assignee in the search of a post to assign - home screen app Redis Flushall Category-toggled one-touch move post Some sort of variable to eliminate duplicate text? Why did this plugin replacement fail? Add user to list modal often appears above the mobile viewport sceen Creating/Editing a post on mobile: let's discuss the 2026 Discourse experience Wp-discourse feature request - do not show comments with specific tag? Are there any good Chinese plugins? Discourse ID and 2FA Discourse MCP is here! Sample Forum to See Admin Features? I am unable to register for a free Discourse site Wikipedia Lookup Add text for /login (like js.create_account.disclaimer for /signup) How can i set disable Markdown & Default to Rich Text What's the background image size for the Welcome Banner? How do I enable Associated Accounts with 2FA? Hamburger toggle Support <span data-attribute> in the rich editor Cannot disable read-only mode on Free Plan
After the recent rebuild update, the homepage font became...
sniper756 · 2026-05-22 · via Discourse Meta - Latest posts

After the recent rebuild update, the font size for subcategory names and the latest topic titles on the homepage (when categories are set as the homepage) has become very small. How can I increase the font size within the red box on this page?

image

Lilly (Lillian ) 2

i noticed this too with modernized foundation. looks like you have modernized foundation enabled? if you revert to old foundation, i think it goes back to the larger size.

recent changes that were made to the foundation theme might have had an effect on font size:

https://github.com/discourse/discourse/commit/90ab88850dfb42cbca3c9387b8227ab2a12af6ea#diff-70ae040915a6d5126b21d7586423dcdcdbe862fb4462ceb4d1d33b1acc97848f

i used this to fix it on my site

.uc-modernize-foundation-theme {
    --d-topic-list-data-font-size: inherit;
}

Yes, I’m using the modern theme. However, I tried reverting to the old version, and that didn’t work either. Please give it a try.

The current font size is too small and looks very out of place. I suggest changing it back :frowning_face_with_open_mouth:

Lilly (Lillian ) 4

both worked for me. perhaps it is another issue for you? :woman_shrugging:t2:

i’m not Team staff so i cannot revert anything.

Orioni (John) 5

Can confirm. Same issue when using Foundation, and when the homepage uses categories and features topics.

Lilly (Lillian ) 6

disabling / re-enabling the modernize foundation theme in upcoming changes effect in categories with featured topics mode:

Thanks, Lilly. It was due to the Modernize Foundation theme. I have switched back to the default Foundation theme.

You’re right. I probably didn’t update the cache on my work computer, so even after switching back to the default Foundation theme, the font was still small. It’s fine now. I’ll stick with the default theme for now and switch back once the Modernize Foundation theme is fixed.

Try disabling the Modernize Foundation theme and then clearing your browser cache.

I’m not sure if it’s just my imagination, but when I switch back to the default Foundation theme, even though the font is larger, the line spacing still feels a bit narrower than before the upgrade. :rofl:

Lilly (Lillian )

11

i suspect that perhaps the removed/replaced padding property affected some of the vertical spacing:

Screenshot 2026-05-22 at 8.46.22 AM

Seems so. Even after reverting to the default Foundation theme, the line spacing in the recent topics row on the right side of the category page still seems a bit narrow. @jordan.vidrine, could you fix this? :grinning_face:

image

I am finding it difficult to see a spacing issue in the red areas you’ve shown me in your screenshot. I am sorry about this and it may just be due to my ability to only read english text.

Do you have an example of what is expected visually?

In summary:

  1. Increase the font size of the subcategories and weekly post count (green box)

  2. Increase the font size of the “Latest Topics” text on the right

  3. Increase the font size of the “Categories”, “Topics”, and “Latest” (blue box) text

  4. Increase the spacing in the black box

  5. Increase the line spacing for topic rows on the right (yellow box area)

  6. Ensure the heights in the red box area are consistent

Below is the default display:

Before adjustment

Below is the result after I modified the component CSS:

WeChat Image_20260527082609_111_144

The component CSS code can be found in this post:

Optimizing the homepage display of the Foundation theme - Development - Discourse Meta

This might be more obvious:

Official default:

Before adjustment

After customizing the component:

After adjustment

Can you look at the markup and let me know which elements have seen a decrease in font size? The foundation updates only should be decreasing meta-data on the topic list.