File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 <div >
33 <nav
44 v-if =" loggedIn && routerIsReady && loginRedirectCheckIsReady && defaultLayout"
5- class =" fixed h-14 top-0 z-20 w-full border-b shadow-sm bg-lightNavbar shadow-headerShadow dark:bg-darkNavbar dark:border-darkSidebarDevider"
5+ class =" fixed h-14 top-0 z-30 w-full border-b shadow-sm bg-lightNavbar shadow-headerShadow dark:bg-darkNavbar dark:border-darkSidebarDevider"
66 >
77 <div class =" af-header px-3 lg:px-5 lg:pl-3 flex items-center justify-between h-full w-full" >
88 <div class =" flex items-center justify-start rtl:justify-end" >
Original file line number Diff line number Diff line change 44 @mouseover =" !isTogglingSidebar && (isSidebarHovering = true)"
55 @mouseleave =" !isTogglingSidebar && (isSidebarHovering = false)"
66 id =" logo-lightSidebar"
7- class =" sidebar-container fixed border-none top-0 left-0 z-30 h-screen transition-all duration-300 ease-in-out bg-lightSidebar dark:bg-darkSidebar border-r border-lightSidebarBorder sm:translate-x-0 dark:border-darkSidebarBorder"
7+ class =" sidebar-container fixed border-none top-0 left-0 z-40 h-screen transition-all duration-300 ease-in-out bg-lightSidebar dark:bg-darkSidebar border-r border-lightSidebarBorder sm:translate-x-0 dark:border-darkSidebarBorder"
88 :class =" {
99 '-translate-x-full': !sideBarOpen,
1010 'transform-none': sideBarOpen,
You can’t perform that action at this time.
0 commit comments