Skip to content

Commit

Permalink
minor styling improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMayo committed Jan 30, 2025
1 parent c73048c commit d2f4995
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Documents/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ const Documents = () => {
<Image alt='Application logo - albatross flying' preview={false} width={200} src='images/albatross-flying.png' />
</Col>
<Col span={12}>
<Row style={{ paddingBottom: '12px' }}>
<Col span={6}>&nbsp;</Col>
<Col span={12}><Typography.Text type='secondary'>Open an existing document or create a new one</Typography.Text></Col>
</Row>
<Row>
<Col span={8}></Col>
<Col span={8}><Button onClick={() => setIsTabNameModalVisible(true)} size='large' block type='primary'>New</Button></Col>
Expand All @@ -161,9 +165,6 @@ const Documents = () => {
<Col span={8}></Col>
<Col span={8}><Button onClick={openExistingDocument} size='large' block type='primary'>Open</Button></Col>
</Row>
<Row style={{ paddingTop: '25px' }}>
<Col span={24}><Typography.Text type='secondary'>Open an existing document or create a new one</Typography.Text></Col>
</Row>
</Col>
</Row>
<Row>
Expand Down

0 comments on commit d2f4995

Please sign in to comment.