mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
smaller window
This commit is contained in:
@@ -95,7 +95,12 @@ const SystemMonitor = () => {
|
|||||||
}, [setSystemStatus]);
|
}, [setSystemStatus]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog fullWidth={true} sx={dialogStyle} open={true}>
|
<Dialog
|
||||||
|
fullWidth={false}
|
||||||
|
maxWidth="sm"
|
||||||
|
sx={{ ...dialogStyle, '& .MuiDialog-paper': { width: '30%' } }}
|
||||||
|
open={true}
|
||||||
|
>
|
||||||
<DialogContent dividers>
|
<DialogContent dividers>
|
||||||
<Box m={0} py={0} display="flex" alignItems="center" flexDirection="column">
|
<Box m={0} py={0} display="flex" alignItems="center" flexDirection="column">
|
||||||
<Typography
|
<Typography
|
||||||
|
|||||||
Reference in New Issue
Block a user