Standard graph height

Empties match non-empties now, less jitter

Also adding more uniform padding to the top and bottom of container
pull/10616/head
Alex P 2016-11-17 10:50:58 -08:00
parent 9b42805811
commit bdf91df503
2 changed files with 6 additions and 2 deletions

View File

@ -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 {

View File

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