1
0
Fork 0

chore(fs.dev): Work on navigation menu

This commit is contained in:
Joost De Cock 2021-12-12 18:58:24 +01:00
parent 586cb2ed3b
commit 13af8b478c
10 changed files with 70 additions and 43 deletions

View file

@ -39,8 +39,9 @@ const DefaultLayout = props => {
fixed top-0 right-0
${props.app.primaryMenu ? '' : 'translate-x-[-100%]'} transition-transform
sm:relative sm:transform-none
h-screen
w-screen
h-screen w-screen
bg-base-200
sm:bg-base-100
sm:max-w-[38.2%]
sm:flex sm:flex-row-reverse
`}>