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