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