Addressed @foot's comments.

This commit is contained in:
Filip Barl
2018-02-13 11:51:37 +01:00
parent 165f3be2b4
commit dcb193d654
2 changed files with 7 additions and 3 deletions

View File

@@ -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
},
};

View File

@@ -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%;
}