fix: hide toc toggle on desktop

This commit is contained in:
Justineo
2021-11-05 12:42:57 +08:00
parent 78d224f4ed
commit 840c5ba4bf

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