File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export default function MemberSidebar({
3434 membersId . indexOf ( member . userId ) !== - 1 ;
3535
3636 return (
37- < Card className = "w-full overflow-hidden border border-default-200 bg-white shadow-sm lg:sticky lg:top-6 " >
37+ < Card className = "w-full overflow-hidden border border-default-200 bg-white shadow-sm lg:sticky lg:top-24 " >
3838 < div className = "relative h-24 bg-gradient-to-r from-indigo-600 via-violet-600 to-slate-700" >
3939 < div className = "absolute left-1/2 -bottom-10 -translate-x-1/2" >
4040 < div className = "relative rounded-full bg-white p-1 shadow-sm" >
Original file line number Diff line number Diff line change @@ -51,9 +51,7 @@ export default async function Layout({
5151 </ aside >
5252
5353 < main className = "col-span-12 lg:col-span-9 h-full" >
54- < div className = "rounded-2xl border border-default-200 bg-white shadow-sm h-full" >
55- { children }
56- </ div >
54+ { children }
5755 </ main >
5856 </ div >
5957 </ div >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default function CardInnerWrapper({
1515} : Props ) {
1616 return (
1717 < Card className = "mx-2 my-2 sm:mx-4" >
18- < CardHeader >
18+ < CardHeader className = "pb-3" >
1919 { typeof header === "string" ? (
2020 < div className = "text-xl font-semibold text-default sm:text-2xl" >
2121 { header }
You can’t perform that action at this time.
0 commit comments