diff options
author | Anton Tananaev <anton@traccar.org> | 2022-07-03 20:18:52 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-07-03 20:18:52 -0700 |
commit | c252efc594922430ef8b728cac898cb3a956fdb7 (patch) | |
tree | a163493ee2ad0ef4268296c3484f65bdae9b49f9 /modern/src/common/theme/dimensions.js | |
parent | ec814fb2315f6693d2c8c394da6997db3da15397 (diff) | |
download | trackermap-web-c252efc594922430ef8b728cac898cb3a956fdb7.tar.gz trackermap-web-c252efc594922430ef8b728cac898cb3a956fdb7.tar.bz2 trackermap-web-c252efc594922430ef8b728cac898cb3a956fdb7.zip |
Add device image
Diffstat (limited to 'modern/src/common/theme/dimensions.js')
-rw-r--r-- | modern/src/common/theme/dimensions.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modern/src/common/theme/dimensions.js b/modern/src/common/theme/dimensions.js index 2e8d7e5d..3d014895 100644 --- a/modern/src/common/theme/dimensions.js +++ b/modern/src/common/theme/dimensions.js @@ -8,5 +8,6 @@ export default { eventsDrawerWidth: '320px', bottomBarHeight: 56, popupMapOffset: 300, - popupMaxWidth: 272, + popupMaxWidth: 288, + popupImageHeight: 144, }; |