Skip to content

Commit

Permalink
Removed unneccesary test file accidentally included in commit, and ad…
Browse files Browse the repository at this point in the history
…ded extra toolbar to fix padding underneath fixed appbar
  • Loading branch information
Christian Thomas Elfreich committed Sep 24, 2020
1 parent 99d94c3 commit 2b8d13f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
25 changes: 0 additions & 25 deletions src/ItemViewAppBar.test.js

This file was deleted.

2 changes: 2 additions & 0 deletions src/components/ItemViewAppBar/ItemViewAppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default function ItemViewAppBar(props){
return(
<>
<AppBar style={{width: "inherit"}} position="fixed" color="secondary" elevation={2}>

<Toolbar variant="dense">
<Tooltip title={"Close Item"}
arrow
Expand All @@ -35,6 +36,7 @@ export default function ItemViewAppBar(props){
</Typography>
</Toolbar>
</AppBar>
<Toolbar variant="dense"/>
</>
);
}
Expand Down

0 comments on commit 2b8d13f

Please sign in to comment.