fixed the actions on the bin settings and the bottom navigator opening up the side when buttons other than more waere clicked

This commit is contained in:
csawatzky 2025-04-24 10:57:21 -06:00
parent 9105b4be3a
commit 5d697091e0
3 changed files with 26 additions and 18 deletions

View file

@ -2255,7 +2255,7 @@ export default function BinSettings(props: Props) {
}
return (
<DialogActions>
<Grid container justifyContent="space-between" direction="row">
<Grid container justifyContent="space-between" direction="row" width="100%">
<Grid size={{ xs: 5 }}>
{mode === "add" ? (
<Button