@ -26,9 +26,9 @@ const RemixUIPanelHeader = (props: RemixPanelProps) => {
return (
< header className = 'd-flex flex-column' >
< div className = "swapitHeader px-3 pt-3 pb-0 d-flex flex-row" >
< h6 className = "mb-3 " data - id = 'sidePanelSwapitTitle' > { plugin ? . profile . displayName || plugin ? . profile . name } < / h6 >
< div className = "d-flex flex-row" >
< div className = "swapitHeader px-3 pt-2 pb-0 d-flex flex-row" >
< h6 className = "mb-2 " data - id = 'sidePanelSwapitTitle' > { plugin ? . profile . displayName || plugin ? . profile . name } < / h6 >
< div className = "mt-2 d-flex flex-row" >
< div className = "d-flex flex-row" >
{ plugin ? . profile ? . maintainedBy ? . toLowerCase ( ) === "remix" && ( < i aria - hidden = "true" className = "text-success mt-1 px-1 fas fa-check" title = "Maintained by Remix" > < / i > ) }
< / div >
@ -37,7 +37,7 @@ const RemixUIPanelHeader = (props: RemixPanelProps) => {
< / div >
< / div >
< / div >
< div className = { ` bg-light p-3 pt-1 border-bottom flex-column ${ toggleExpander ? "d-flex" : "d-none" } ` } >
< div className = { ` bg-light mx-3 mb-2 p-3 pt-1 border-bottom flex-column ${ toggleExpander ? "d-flex" : "d-none" } ` } >
{ plugin ? . profile ? . author && < span className = "d-flex flex-row align-items-center" >
< label className = "mb-0 pr-2" > Author : < / label >
< span > { plugin ? . profile . author } < / span >
@ -49,7 +49,7 @@ const RemixUIPanelHeader = (props: RemixPanelProps) => {
{ plugin ? . profile ? . documentation && < span className = "d-flex flex-row align-items-center" >
< label className = "mb-0 pr-2" > Documentation : < / label >
< span >
< a href = { plugin ? . profile ? . documentation } className = "titleInfo mb-2" title = "link to documentation" target = "_blank" rel = "noreferrer" > < i aria - hidden = "true" className = "fas fa-book" > < / i > < / a >
< a href = { plugin ? . profile ? . documentation } className = "titleInfo p-0 mb-2" title = "link to documentation" target = "_blank" rel = "noreferrer" > < i aria - hidden = "true" className = "fas fa-book" > < / i > < / a >
< / span >
< / span > }
{ plugin ? . profile ? . description && < span className = "d-flex flex-row align-items-baseline" >