added tons of files, got the bin page to render
This commit is contained in:
parent
a027b8a96f
commit
9bbbf0940e
34 changed files with 10492 additions and 19 deletions
|
|
@ -36,7 +36,8 @@ const useStyles = makeStyles((theme: Theme) => {
|
|||
borderRadius: 5,
|
||||
marginRight: -30, //negative margin to extend the box behind the bin svg
|
||||
paddingRight: 30, //padding to offset the text and ignore the extension
|
||||
marginTop: 5
|
||||
marginTop: 5,
|
||||
cursor: "pointer",
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
@ -483,7 +484,7 @@ export default function BinCard(props: Props) {
|
|||
};
|
||||
|
||||
return (
|
||||
<Card>
|
||||
<Card style={{ cursor: "pointer" }}>
|
||||
{user.hasFeature("admin") && (
|
||||
<IconButton
|
||||
style={{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue