chore(dev): Menu tweaks
This commit is contained in:
parent
e4c45e2e9b
commit
4697fbd999
8 changed files with 51 additions and 35 deletions
|
@ -7,7 +7,7 @@ export const AsideNavigation = ({ app, slug, mobileOnly = false, before = [], af
|
|||
overflow-y-auto z-20
|
||||
bg-base-100 text-base-content md:bg-base-50
|
||||
transition-all
|
||||
${app.primaryMenu ? '' : 'translate-x-[-120%]'} transition-transform
|
||||
${app.state?.menu?.main ? '' : 'translate-x-[-120%]'} transition-transform
|
||||
md:flex md:sticky md:flex-row-reverse
|
||||
md:relative md:transform-none
|
||||
px-6 py-24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue