From dcb193d654817daaf780bbe7f69401d0ae119ae9 Mon Sep 17 00:00:00 2001 From: Filip Barl Date: Tue, 13 Feb 2018 11:51:37 +0100 Subject: [PATCH] Addressed @foot's comments. --- client/app/scripts/constants/styles.js | 4 ++-- client/app/styles/_base.scss | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/client/app/scripts/constants/styles.js b/client/app/scripts/constants/styles.js index 54781bacd1..7d18ab11d9 100644 --- a/client/app/scripts/constants/styles.js +++ b/client/app/scripts/constants/styles.js @@ -39,13 +39,13 @@ export const EDGE_WAYPOINTS_CAP = 10; export const CANVAS_MARGINS = { [GRAPH_VIEW_MODE]: { - top: 160, left: 80, right: 80, bottom: 150 + top: 220, left: 80, right: 80, bottom: 150 }, [TABLE_VIEW_MODE]: { top: 220, left: 40, right: 40, bottom: 30 }, [RESOURCE_VIEW_MODE]: { - top: 140, left: 210, right: 40, bottom: 150 + top: 200, left: 210, right: 40, bottom: 150 }, }; diff --git a/client/app/styles/_base.scss b/client/app/styles/_base.scss index 6d83b70229..94e083cdd0 100644 --- a/client/app/styles/_base.scss +++ b/client/app/styles/_base.scss @@ -198,7 +198,7 @@ a { &.time-travel-open { .details-wrapper { - margin-top: $timeline-height + 15px; + margin-top: $timeline-height + 50px; } } } @@ -392,6 +392,10 @@ a { width: 33%; height: 550px; + display: flex; + flex-direction: column; + justify-content: center; + .heading { font-size: 125%; }