improve sidenav and topbar

This commit is contained in:
João Geonizeli
2021-08-21 09:54:15 -03:00
parent 2bba03dafd
commit fea81aa567
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ type MenuItem = {
const MenuItems: MenuItem[] = [
{
label: "Início",
label: "Posições",
path: "/",
},
{
@@ -65,7 +65,7 @@ export const SideNav = () => {
/>
</Transition>
<aside
className={`bg-white w-4/6 md:w-1/6 overflow-hidden absolute h-screen drop-shadow-xl drop border-r border-gray-200 z-40 transition-all duration-500 xl:transition-none xl:mx-0 xl:static ${
className={`bg-white w-4/6 md:w-2/6 lg:w-1/6 overflow-hidden absolute min-h-full drop-shadow-xl drop border-r border-gray-200 z-40 transition-all duration-500 xl:transition-none xl:mx-0 xl:static ${
sideNavExpanded ? "mx-0" : "-mx-full"
}`}
>