UI small adjustments & refinments (#87)

* UI small adjustments & refinments

* Removed autohide navbar
This commit is contained in:
Cássio Souza
2016-10-03 11:18:58 -03:00
committed by GitHub
parent 190f9c2613
commit 9838660c0c
8 changed files with 58 additions and 45 deletions

View File

@ -30,7 +30,7 @@ class DashboardPage extends React.Component {
}
return <div className={styles.alignable}>
return <div className={styles.root}>
{entries ?
<EntryListing collection={collection} entries={entries}/>
: