aboutsummaryrefslogtreecommitdiff
path: root/modern/src/theme/dimensions.js
diff options
context:
space:
mode:
authorAshutosh Bishnoi <mail2bishnoi@gmail.com>2021-05-17 13:09:25 +0530
committerAshutosh Bishnoi <mail2bishnoi@gmail.com>2021-05-17 13:09:25 +0530
commit589244b4a65813271440d11c09fa63dfb4d8ad78 (patch)
treec70d92f4a03b358917277665484d3778bc2d5910 /modern/src/theme/dimensions.js
parent219019a3bd8a744a2cbf9dd16285a9ebfa5709cd (diff)
downloadetbsa-traccar-web-589244b4a65813271440d11c09fa63dfb4d8ad78.tar.gz
etbsa-traccar-web-589244b4a65813271440d11c09fa63dfb4d8ad78.tar.bz2
etbsa-traccar-web-589244b4a65813271440d11c09fa63dfb4d8ad78.zip
Sidebar and Report Filter completed
Diffstat (limited to 'modern/src/theme/dimensions.js')
-rw-r--r--modern/src/theme/dimensions.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/modern/src/theme/dimensions.js b/modern/src/theme/dimensions.js
index e36fc23..59959d7 100644
--- a/modern/src/theme/dimensions.js
+++ b/modern/src/theme/dimensions.js
@@ -2,5 +2,7 @@ export default {
inputHeight: '42px',
borderRadius: '4px',
sidebarWidth: '28%',
- tabletSidebarWidth: '52px'
+ tabletSidebarWidth: '52px',
+ drawerWidth: 360,
+ tabletDrawerWidth: 320,
};