File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ const LogsPage = () => {
6363 className = "relative flex justify-center items-center w-full cursor-pointer"
6464 onClick = { ( ) => setShowLegends ( ! showLegends ) }
6565 >
66- < hr className = "border-gray-700 w-full absolute" />
66+ < hr className = "border-gray-700 w-full absolute top-1/2 -translate-y-1/2 " />
6767 < div className = "relative bg-gray-900 px-4 z-10" >
6868 { showLegends ? (
6969 < CaretUp size = { 32 } className = "text-primary-400" />
@@ -73,7 +73,7 @@ const LogsPage = () => {
7373 </ div >
7474 </ div >
7575 { showLegends && (
76- < div className = "mx-auto p-6 border border-gray-700 rounded-lg shadow-lg text-center bg-gray-900 mt-0 mb-8" >
76+ < div className = "mx-auto p-6 border border-gray-700 rounded-lg shadow-lg text-center bg-gray-900 mt-[-16px] mb-8" >
7777 < h2 className = "text-2xl font-semibold tracking-tight text-white" > Legends</ h2 >
7878 < ColorLegends />
7979 </ div >
You can’t perform that action at this time.
0 commit comments