updated some styling on the device component page
This commit is contained in:
parent
23a658d807
commit
cf3eefccdd
2 changed files with 6 additions and 3 deletions
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue