fix: hide toc toggle on desktop

This commit is contained in:
Justineo 2021-11-05 12:42:57 +08:00
parent 78d224f4ed
commit 840c5ba4bf
No known key found for this signature in database
GPG Key ID: B73F0979CF18A0EA

View File

@ -67,6 +67,9 @@ export default {
</script>
<style lang="stylus" scoped>
.toggle
display none
@media (max-width 480px)
.one-toc
background-color #fff