diff --git a/web/cashtab/extension/src/components/App.js b/web/cashtab/extension/src/components/App.js --- a/web/cashtab/extension/src/components/App.js +++ b/web/cashtab/extension/src/components/App.js @@ -341,6 +341,24 @@ border: none; `; +const LogoCtn = styled.div` + display: flex; + align-items: center; + justify-content: space-evenly; + width: 100%; + div { + flex-grow: 3; + } + ${CashtabLogo} { + flex: 2; + text-align: center; + } + ${OpenInTabBtn} { + flex: 3; + text-align: right; + } +`; + const ExtTabImg = styled.img` max-width: 20px; `; @@ -552,7 +570,21 @@ - + +
+ + {/*Begin extension-only components*/} + openInTab()} + > + + + {/*End extension-only components*/} +
{selectedKey === 'airdrop' && ( Airdrop @@ -572,14 +604,6 @@ )} - {/*Begin extension-only components*/} - openInTab()} - > - - - {/*End extension-only components*/}
{/*Note that the extension does not support biometric security*/} {/*Hence is not pulled in*/}