diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-21 07:54:51 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-21 07:54:51 -0700 |
commit | 3175d85dfe6cd4db2285063dd4c8d361b324e01f (patch) | |
tree | 6d2f94895562e91c5226987184f4a69bc739838f /modern/src/common | |
parent | 9d97b19a0124755853d0b3fbb79a5be2061fafc8 (diff) | |
download | trackermap-web-3175d85dfe6cd4db2285063dd4c8d361b324e01f.tar.gz trackermap-web-3175d85dfe6cd4db2285063dd4c8d361b324e01f.tar.bz2 trackermap-web-3175d85dfe6cd4db2285063dd4c8d361b324e01f.zip |
Geofences page cleanup
Diffstat (limited to 'modern/src/common')
-rw-r--r-- | modern/src/common/theme/dimensions.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/common/theme/dimensions.js b/modern/src/common/theme/dimensions.js index fcb3b31f..d68a94f5 100644 --- a/modern/src/common/theme/dimensions.js +++ b/modern/src/common/theme/dimensions.js @@ -5,6 +5,7 @@ export default { sidebarWidthTablet: '52px', drawerWidthDesktop: '360px', drawerWidthTablet: '320px', + drawerHeightPhone: '250px', filterFormWidth: '160px', bottomBarHeight: 56, columnWidthDate: 160, |