layout adjustments
This commit is contained in:
@ -29,10 +29,7 @@ class DashboardPage extends React.Component {
|
||||
}
|
||||
|
||||
return <div>
|
||||
<h1>Dashboard</h1>
|
||||
<div>
|
||||
{entries ? <EntryListing collection={collection} entries={entries}/> : 'Loading entries...'}
|
||||
</div>
|
||||
{entries ? <EntryListing collection={collection} entries={entries}/> : 'Loading entries...'}
|
||||
</div>;
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,7 @@
|
||||
position: relative;
|
||||
background-color: var(--backgroundColor);
|
||||
padding: 1px 0;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.inputArea {
|
||||
|
Reference in New Issue
Block a user