feat: various UI improvements (#36)

* fix: content offset

When the appbar was changed to a `div` the content became offset, this fixes that.

* style: make display of cheques table more readable

* style: restyle sidebar

* fix: content overflow

* chore: split theme into separate file

* feat: show ethereum transaction link for cashout

* feat: make cashout link to etherscan transaction

Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
This commit is contained in:
matmertz25
2021-04-01 06:14:49 -07:00
committed by GitHub
parent fc1a8cb0a0
commit 0e4e9bcf68
7 changed files with 113 additions and 84 deletions
-1
View File
@@ -13,7 +13,6 @@ const useStyles = makeStyles((theme: Theme) =>
toolbar: theme.mixins.toolbar,
content: {
marginLeft: '240px',
marginTop: '64px',
flexGrow: 1,
backgroundColor: theme.palette.background.default,
padding: theme.spacing(3),