fix topbar padding
This commit is contained in:
parent
610de84dc7
commit
a00caa6c8c
|
@ -116,7 +116,7 @@ const TopBar = () => {
|
||||||
)}
|
)}
|
||||||
{!connected ? (
|
{!connected ? (
|
||||||
mangoAccount ? (
|
mangoAccount ? (
|
||||||
<span className="hidden items-center md:flex">
|
<span className="hidden items-center md:flex md:pl-6">
|
||||||
<EyeIcon className="h-5 w-5 text-th-fgd-3" />
|
<EyeIcon className="h-5 w-5 text-th-fgd-3" />
|
||||||
<span className="ml-2">
|
<span className="ml-2">
|
||||||
{t('unowned-helper', {
|
{t('unowned-helper', {
|
||||||
|
@ -170,7 +170,7 @@ const TopBar = () => {
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</span>
|
</span>
|
||||||
) : (
|
) : (
|
||||||
<span className="hidden items-center md:flex">
|
<span className="hidden items-center md:flex md:pl-6">
|
||||||
<WalletIcon className="h-5 w-5 text-th-fgd-3" />
|
<WalletIcon className="h-5 w-5 text-th-fgd-3" />
|
||||||
<span className="ml-2">{t('connect-helper')}</span>
|
<span className="ml-2">{t('connect-helper')}</span>
|
||||||
<ArrowRightIcon className="sideways-bounce ml-2 h-5 w-5 text-th-fgd-1" />
|
<ArrowRightIcon className="sideways-bounce ml-2 h-5 w-5 text-th-fgd-1" />
|
||||||
|
|
Loading…
Reference in New Issue