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

推荐订阅源

Martin Fowler
Martin Fowler
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
博客园 - 聂微东
IT之家
IT之家
GbyAI
GbyAI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Y
Y Combinator Blog
博客园 - 【当耐特】
The Cloudflare Blog
宝玉的分享
宝玉的分享
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
Visual Studio Blog
小众软件
小众软件
博客园_首页
Last Week in AI
Last Week in AI
J
Java Code Geeks
V
V2EX
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
腾讯CDC
博客园 - 司徒正美
Engineering at Meta
Engineering at Meta
The GitHub Blog
The GitHub Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
DataBreaches.Net
博客园 - 三生石上(FineUI控件)
MyScale Blog
MyScale Blog
云风的 BLOG
云风的 BLOG
The Register - Security
The Register - Security
M
MIT News - Artificial intelligence
Microsoft Azure Blog
Microsoft Azure Blog
T
The Blog of Author Tim Ferriss
N
Netflix TechBlog - Medium
F
Full Disclosure
B
Blog
H
Help Net Security
C
Check Point Blog
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
Blog — PlanetScale
Blog — PlanetScale
L
LangChain Blog
P
Proofpoint News Feed
D
Docker
Microsoft Security Blog
Microsoft Security Blog

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 Coping with deprecated columns in Data Explorer Seeking advice on MaxMind error log issues Site setting menu limited by results page size Change default landing page for Groups (Members → Activity/Messages?) Email Notifications for Forum Posts or Replies Buffer -- streamline sharing topics on social media Moving a post between topics does not load the post on existing clients Diff is too complex to display Side bar footer container background color bug visible in RTL Vote display dimensions issue on the new foundation theme Icon is incredibly large when quoted Easily create Ideas categories using the Topic Voting plugin Modernizing the Foundation theme 429 error after Split Posts Error when switching locale: "topic doesn't exist" message appears on all topics Group Review Queue Items SSO Provider URL contains symbol # cause issue Migrate from wpForo to Discourse Users are unable to see invite details Disable initial page that re-directs to /login Discourse Livestream Discourse Dynamic Sidebar Icon Unable to save category settings made by plugins Post not being detected as German Misleading free plan shutdown timeline New posts/replies do not appear in real-time; manual refresh required Do Free forums not support the use of tags? Left side hamburger menu on mobile Inconsistent permission to use the same tag in the same category /upcoming-events intermittent drop on 2GB vRAM server 2 emails rejected by 2026.4.0-latest ( 5f0d95e1f1 ) Backups page Don't remove all push subscriptions on logoff Translated text on Linux Debian has weird formatting Remote images are always downloaded Can no longer create global banners from restricted categories Where did the you are replying to an old topic warning go? FKB Pro - Social theme Chat link missing in post event widget after to Rollup Whisper Warning Experiment: Collaborative content gardening hub for meta Topic Template Placeholder Text theme component Embedded comments dates are still not localized ProxyTracer: VPN & Proxy Blocker Automatically apply grids to image uploads What's causing the login issue? Single click activation of the Create Event modal Error in browser console when using hashtag autocomplete in the composer: undefined generateIconHTML How can badges and groups be localized (multilingual)? Exclude staged users from Watching? Shared Draft as default New Topic Allow AI Persona/Agent to respond only to @mentions, not to replies to its posts Adding a configurable delay to AI Agent responses Bidirectional sync between Discourse Topics/Categories and GitHub/Gitlab Issue Trackers "Key" and "Value" from the Wrap Modal are not translatable Deprecating .hbs file extension in themes and plugins New topic title input (#reply-title) remains LTR in RTL sites — fix still not effective (2026) Opening forum goes to topics 1 day ago, not recent topics Missing field 'text' (in 'mainEntity.suggestedAnswer') Current Projects - March 2026 Error loading route Caused by plugin 'discourse-subscriptions' User-specific 502 errors after login — traced to DiscourseUpdates.has_unseen_features? Force Mobile Homepage Documentation Plugin - Index Topic not working after Restore Returning bumping after editing last post Move 'whisper' functionality Any updates on the best way to create a HTML archive of a static site? Connect Discourse to WeChat Mini Program Send email notification only when @mentioned Include the Signatures plugin on more hosted plans
After the recent rebuild update, the homepage font became very small
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.