chore: optimize styles and update dependencies

- Fix random sorting issue in RSS articles
- Optimize RSS style file
- Improve scrollbar styles
- Upgrade project dependencies
This commit is contained in:
radishzzz 2025-04-07 03:23:34 +01:00
parent e757da729a
commit b492e5c262
10 changed files with 741 additions and 548 deletions

View file

@ -23,7 +23,7 @@ const { isPost } = getPageInfo(Astro.url.pathname)
const fontStyle = themeConfig.global.fontStyle === 'serif' ? 'font-serif' : 'font-sans'
const MarginBottom = isPost && themeConfig.comment?.enabled
? 'mb-10' // Post page with comment system
: 'mb-12' // Other pages
: 'mb-12' // Other pages without comment system
---
<html