aboutsummaryrefslogtreecommitdiff
path: root/modern/src/components/BottomMenu.js
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2021-12-08 22:51:16 -0600
committerIván Ávalos <avalos@disroot.org>2021-12-08 22:51:16 -0600
commit982dec21075a244a0c75ee11c13777d6931e21ec (patch)
treee211e1e252b8d5757693e43bf98758b9a139847d /modern/src/components/BottomMenu.js
parent3dcc6be877f8f43bd9c7e1eee1ad6d7950b435a5 (diff)
downloadetbsa-traccar-web-982dec21075a244a0c75ee11c13777d6931e21ec.tar.gz
etbsa-traccar-web-982dec21075a244a0c75ee11c13777d6931e21ec.tar.bz2
etbsa-traccar-web-982dec21075a244a0c75ee11c13777d6931e21ec.zip
Adjusted media queries, and device color = gray when ignition is undefined
Diffstat (limited to 'modern/src/components/BottomMenu.js')
-rw-r--r--modern/src/components/BottomMenu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/components/BottomMenu.js b/modern/src/components/BottomMenu.js
index db8cb3b..7ce83e5 100644
--- a/modern/src/components/BottomMenu.js
+++ b/modern/src/components/BottomMenu.js
@@ -20,7 +20,7 @@ const useStyles = makeStyles((theme) => ({
width: '100%',
position: 'fixed',
zIndex: 1301,
- [theme.breakpoints.up('lg')]: {
+ [theme.breakpoints.up('md')]: {
left: theme.spacing(1.5),
bottom: theme.spacing(1.5),
width: theme.dimensions.drawerWidthDesktop,