re-aligned add bin button and closing crisp chat when chat drawer is opened

This commit is contained in:
Carter 2026-02-26 15:00:32 -06:00
parent 4871100365
commit abc77cc27a
3 changed files with 10 additions and 7 deletions

View file

@ -27,7 +27,7 @@ const useStyles = makeStyles((theme: Theme) => {
},
position: "fixed",
bottom: theme.spacing(8), //for mobile navigator
right: theme.spacing(10.25),
right: theme.spacing(2),
[theme.breakpoints.up("sm")]: {
bottom: theme.spacing(1.75)
}