Improve mobile reading layout and typography
Make classic text chapters easier to read on phones with responsive styles, collapsed sidebar groups, and less intrusive install prompts on doc pages. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import { h } from 'vue'
|
||||
import InstallApp from './InstallApp.vue'
|
||||
import './custom.css'
|
||||
|
||||
if (typeof window !== 'undefined') {
|
||||
import('virtual:pwa-register').then(({ registerSW }) => {
|
||||
|
||||
Reference in New Issue
Block a user