aboutsummaryrefslogtreecommitdiff
path: root/modern/src/settings
diff options
context:
space:
mode:
authorDesmond Kyeremeh <elDekyfin@gmail.com>2021-07-02 15:53:52 +0000
committerDesmond Kyeremeh <elDekyfin@gmail.com>2021-07-02 15:53:52 +0000
commit529e51405db4a086a8eae8e63602f46c3e67fab4 (patch)
tree75f76794157e8959209c81d42bedbbd7116cce47 /modern/src/settings
parenta474d75a7cbb65f25fe6332df70b4fbc8dcb7707 (diff)
downloadetbsa-traccar-web-529e51405db4a086a8eae8e63602f46c3e67fab4.tar.gz
etbsa-traccar-web-529e51405db4a086a8eae8e63602f46c3e67fab4.tar.bz2
etbsa-traccar-web-529e51405db4a086a8eae8e63602f46c3e67fab4.zip
Minor fixes
Diffstat (limited to 'modern/src/settings')
-rw-r--r--modern/src/settings/OptionsLayout/index.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/modern/src/settings/OptionsLayout/index.js b/modern/src/settings/OptionsLayout/index.js
index 4bcb380..37b6355 100644
--- a/modern/src/settings/OptionsLayout/index.js
+++ b/modern/src/settings/OptionsLayout/index.js
@@ -32,7 +32,10 @@ const useStyles = makeStyles(theme => ({
},
content: {
flex: 1,
- padding: theme.spacing(5, 3, 3, 3)
+ padding: theme.spacing(5, 3, 3, 3),
+ [theme.breakpoints.down('md')]:{
+ paddingTop: theme.spacing(10)
+ }
},
drawerHeader: {
...theme.mixins.toolbar,