Fix menu on desktop
This commit is contained in:
parent
844faf7faa
commit
0b9defc5d3
2 changed files with 12 additions and 2 deletions
|
@ -2,8 +2,10 @@
|
||||||
& .router-link-active {
|
& .router-link-active {
|
||||||
@apply underline;
|
@apply underline;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.closed:not(:focus-within) {
|
@screen until-sm {
|
||||||
@apply sr-only;
|
.docs-sidebar.closed:not(:focus-within) {
|
||||||
|
@apply sr-only;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,14 @@ module.exports = {
|
||||||
full: '0 0 100%',
|
full: '0 0 100%',
|
||||||
flexible: '1 1 0'
|
flexible: '1 1 0'
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
screens: {
|
||||||
|
sm: '640px',
|
||||||
|
'until-sm': { max: '639px' },
|
||||||
|
md: '768px',
|
||||||
|
lg: '1024px',
|
||||||
|
xl: '1280px',
|
||||||
|
'2xl': '1536px'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
variants: {},
|
variants: {},
|
||||||
|
|
Loading…
Add table
Reference in a new issue