mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
11 lines
161 B
JavaScript
11 lines
161 B
JavaScript
|
|
export const DETAILS_PANEL_WIDTH = 420;
|
|
|
|
export const DETAILS_PANEL_MARGINS = {
|
|
top: 24,
|
|
bottom: 48,
|
|
right: 36
|
|
};
|
|
|
|
export const DETAILS_PANEL_OFFSET = 8;
|