Skip to content

Commit

Permalink
Addressed @foot's comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarl committed Feb 13, 2018
1 parent 165f3be commit dcb193d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/app/scripts/constants/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
};

Expand Down
6 changes: 5 additions & 1 deletion client/app/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ a {

&.time-travel-open {
.details-wrapper {
margin-top: $timeline-height + 15px;
margin-top: $timeline-height + 50px;
}
}
}
Expand Down Expand Up @@ -392,6 +392,10 @@ a {
width: 33%;
height: 550px;

display: flex;
flex-direction: column;
justify-content: center;

.heading {
font-size: 125%;
}
Expand Down

0 comments on commit dcb193d

Please sign in to comment.