Standard graph height
Empties match non-empties now, less jitter Also adding more uniform padding to the top and bottom of containerpull/10616/head
parent
9b42805811
commit
bdf91df503
|
@ -91,16 +91,18 @@ $dygraphs-legend-offset: 32px;
|
|||
border-radius: 0 0 4px 4px;
|
||||
padding: 8px 16px;
|
||||
position: relative;
|
||||
height: 316px;
|
||||
}
|
||||
&__graph-empty {
|
||||
width: 100%;
|
||||
height: 140px;
|
||||
height: 300px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
> * {
|
||||
margin: 0;
|
||||
color: $g8-storm;
|
||||
}
|
||||
}
|
||||
&__graph-fetching {
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
@include custom-scrollbar($g2-kevlar,$c-pool);
|
||||
|
||||
.container-fluid {
|
||||
padding-bottom: $chronograf-page-header-height;
|
||||
padding-bottom: ($chronograf-page-header-height / 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -138,6 +138,8 @@
|
|||
}
|
||||
.hosts-dashboard {
|
||||
max-width: 100%;
|
||||
padding-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
.graph-panel__graph-container.hosts-graph {
|
||||
padding: 8px 16px;
|
||||
|
|
Loading…
Reference in New Issue