updated some styling on the device component page

This commit is contained in:
csawatzky 2025-03-06 15:31:11 -06:00
parent 23a658d807
commit cf3eefccdd
2 changed files with 6 additions and 3 deletions

View file

@ -342,6 +342,7 @@ export default function SmartBreadcrumb(props: Props) {
return (
<Box
display="flex"
padding={props.padding}
paddingLeft={props.paddingLeft}
paddingRight={props.paddingRight}

View file

@ -619,6 +619,7 @@ export default function DeviceComponent() {
direction="row"
justifyContent="flex-start"
alignContent="center"
rowSpacing={1}
className={classes.toolbar}>
<Grid
size={{ xs: 8, sm: 9 }}
@ -649,6 +650,9 @@ export default function DeviceComponent() {
deviceComponentPreferences={deviceComponentPrefs}
/>
</Grid>
<Grid size={{ xs: 12 }}>
{status()}
</Grid>
</Grid>
<Grid
@ -657,9 +661,7 @@ export default function DeviceComponent() {
justifyContent="flex-start"
alignItems="center"
className={classes.contentContainer}>
<Grid container size={{ xs: 12 }} justifyContent="flex-end">
{status()}
</Grid>
<Grid container size={{ xs: 12 }}>
{
<Grid size={{ xs: 12 }} className={classes.verticalSpacing}>