aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/theme/dimensions.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-07-03 20:18:52 -0700
committerAnton Tananaev <anton@traccar.org>2022-07-03 20:18:52 -0700
commitc252efc594922430ef8b728cac898cb3a956fdb7 (patch)
treea163493ee2ad0ef4268296c3484f65bdae9b49f9 /modern/src/common/theme/dimensions.js
parentec814fb2315f6693d2c8c394da6997db3da15397 (diff)
downloadtrackermap-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.js3
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,
};