mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
Addressed @foot's comments.
This commit is contained in:
@@ -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
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user