diff options
author | Anton Tananaev <anton@traccar.org> | 2024-05-09 15:34:46 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2024-05-09 15:34:46 -0700 |
commit | 7c2770c7e73f8ea0ac469d4fb6248e135692ccd9 (patch) | |
tree | 210a40afb983572ad7e37d98aa1a8afb16c8bdf1 /src/other/GeofencesPage.jsx | |
parent | a47064edf0e27d6c1fd3876d1cfd3a6c0188cf3c (diff) | |
download | trackermap-web-7c2770c7e73f8ea0ac469d4fb6248e135692ccd9.tar.gz trackermap-web-7c2770c7e73f8ea0ac469d4fb6248e135692ccd9.tar.bz2 trackermap-web-7c2770c7e73f8ea0ac469d4fb6248e135692ccd9.zip |
Fix geofences sidebar width
Diffstat (limited to 'src/other/GeofencesPage.jsx')
-rw-r--r-- | src/other/GeofencesPage.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other/GeofencesPage.jsx b/src/other/GeofencesPage.jsx index a27a6dca..438d31e5 100644 --- a/src/other/GeofencesPage.jsx +++ b/src/other/GeofencesPage.jsx @@ -39,7 +39,7 @@ const useStyles = makeStyles((theme) => ({ drawerPaper: { position: 'relative', [theme.breakpoints.up('sm')]: { - width: theme.dimensions.drawerWidthTablet, + width: theme.dimensions.drawerWidthDesktop, }, [theme.breakpoints.down('sm')]: { height: theme.dimensions.drawerHeightPhone, |