mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-02-06 23:21:33 +08:00
- 增加右侧 aside 宽度从 256px 到 300px - 增加广告图片宽度从 200px 到 280px 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
253 B
Python
11 lines
253 B
Python
/* .vitepress/theme/custom.css */
|
|
/**
|
|
* Component: Sidebar
|
|
* -------------------------------------------------------------------------- */
|
|
|
|
:root {
|
|
--vp-sidebar-width: 285px;
|
|
--vp-sidebar-bg-color: var(--vp-c-bg-alt);
|
|
--vp-aside-width: 300px;
|
|
}
|