split file section

pull/5370/head
Joseph Izang 6 months ago
parent 3e0ab6be6e
commit 67bb3ed1fa
  1. 4
      libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx

@ -246,6 +246,7 @@ contract HelloWorld {
</ModalDialog> </ModalDialog>
<Toaster message={state.toasterMsg} /> <Toaster message={state.toasterMsg} />
<div className="justify-content-start mt-1 p-2 d-flex flex-column" id="hTFileSection"> <div className="justify-content-start mt-1 p-2 d-flex flex-column" id="hTFileSection">
<div>
{(state.recentWorkspaces[0] || state.recentWorkspaces[1] || state.recentWorkspaces[2]) && ( {(state.recentWorkspaces[0] || state.recentWorkspaces[1] || state.recentWorkspaces[2]) && (
<div className="d-flex flex-column mb-5 remixui_recentworkspace"> <div className="d-flex flex-column mb-5 remixui_recentworkspace">
<label style={{ fontSize: '0.8rem' }} className="mt-3"> <label style={{ fontSize: '0.8rem' }} className="mt-3">
@ -268,6 +269,8 @@ contract HelloWorld {
)} )}
</div> </div>
)} )}
</div>
<div>
<label style={{ fontSize: '1.2rem' }}> <label style={{ fontSize: '1.2rem' }}>
<FormattedMessage id="home.files" /> <FormattedMessage id="home.files" />
</label> </label>
@ -325,6 +328,7 @@ contract HelloWorld {
</CustomTooltip> </CustomTooltip>
</div> </div>
</div> </div>
</div>
</> </>
) )
} }

Loading…
Cancel
Save