put inside div.main-content

This commit is contained in:
h3y6e 2023-02-17 02:31:44 +09:00
parent 3977dd878e
commit 7be9dcde5a
No known key found for this signature in database
GPG Key ID: 60BF4DA37DCACBF0

View File

@ -86,7 +86,8 @@ export default function RootPage() {
return (
<>
<div className="main-content">{pubKey && <Tabs tabs={tabs} tab={tab} setTab={setTab} />}</div>
<div className="main-content">
{pubKey && <Tabs tabs={tabs} tab={tab} setTab={setTab} />}
{isGlobal && globalRelays.length > 0 && (
<div className="flex mb10 f-end">
<FormattedMessage
@ -103,6 +104,7 @@ export default function RootPage() {
</select>
</div>
)}
</div>
{followHints()}
<Timeline
key={tab.value}