feat: refine mobile toc and section titles

This commit is contained in:
Justineo
2021-11-05 11:47:31 +08:00
parent 1bc227d890
commit 78d224f4ed
10 changed files with 108 additions and 17 deletions

View File

@@ -112,8 +112,8 @@ main
<style lang="stylus">
.one-toc
position absolute
left 100%
position fixed
left calc(max(840px, min(1346px, 100vw)) - 20px)
top 120px
</style>