fix: hide toc toggle on desktop
This commit is contained in:
parent
78d224f4ed
commit
840c5ba4bf
@ -67,6 +67,9 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="stylus" scoped>
|
||||
.toggle
|
||||
display none
|
||||
|
||||
@media (max-width 480px)
|
||||
.one-toc
|
||||
background-color #fff
|
||||
|
Loading…
Reference in New Issue
Block a user