File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Sidebar from "@/components/v2/sidebar";
3
3
import type { Metadata } from "next" ;
4
4
5
5
export const metadata : Metadata = {
6
- title : "Dashboard Layout V1 " ,
6
+ title : "Dashboard Layout V2 " ,
7
7
description : "Generated by create next app" ,
8
8
} ;
9
9
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Sidebar from "@/components/v3/sidebar";
2
2
import type { Metadata } from "next" ;
3
3
4
4
export const metadata : Metadata = {
5
- title : "Dashboard Layout V5 " ,
5
+ title : "Dashboard Layout V3 " ,
6
6
description : "Generated by create next app" ,
7
7
} ;
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import SidebarWrapper from "@/components/v4/sidebar-wrapper";
2
2
import type { Metadata } from "next" ;
3
3
4
4
export const metadata : Metadata = {
5
- title : "Dashboard Layout V6 " ,
5
+ title : "Dashboard Layout V4 " ,
6
6
description : "Generated by create next app" ,
7
7
} ;
8
8
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export default function Sidebar() {
40
40
< div className = "relative w-fit" ref = { refOutside } >
41
41
< CloseOpen isOpen = { isOpen } setIsOpen = { setIsOpen } />
42
42
< div
43
- className = { cn ( styles . sidebarWithOpenClose , {
43
+ className = { cn ( ` ${ styles . sidebarWithOpenClose } !h-[calc(100vh-25px)] rounded-lg` , {
44
44
[ styles . sidebarWithOpenCloseActive ] : ! isOpen ,
45
45
} ) }
46
46
>
Original file line number Diff line number Diff line change 3
3
}
4
4
5
5
.sidebarWithOpenCloseActive {
6
- @apply !min- w-0 !w-0 !p-0 invisible -translate-x-full;
6
+ @apply !min- w-0 !w-0 !p-0 scale-x-0 invisible -translate-x-full;
7
7
}
You can’t perform that action at this time.
0 commit comments