aboutsummaryrefslogtreecommitdiff
path: root/src/other
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2024-05-09 15:34:46 -0700
committerAnton Tananaev <anton@traccar.org>2024-05-09 15:34:46 -0700
commit7c2770c7e73f8ea0ac469d4fb6248e135692ccd9 (patch)
tree210a40afb983572ad7e37d98aa1a8afb16c8bdf1 /src/other
parenta47064edf0e27d6c1fd3876d1cfd3a6c0188cf3c (diff)
downloadtrackermap-web-7c2770c7e73f8ea0ac469d4fb6248e135692ccd9.tar.gz
trackermap-web-7c2770c7e73f8ea0ac469d4fb6248e135692ccd9.tar.bz2
trackermap-web-7c2770c7e73f8ea0ac469d4fb6248e135692ccd9.zip
Fix geofences sidebar width
Diffstat (limited to 'src/other')
-rw-r--r--src/other/GeofencesPage.jsx2
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,