Fix presentation mode

pull/10616/head
Alex P 2017-05-08 17:41:50 -07:00
parent b6886a8bd8
commit 4e1e54de96
2 changed files with 10 additions and 11 deletions

View File

@ -22,7 +22,6 @@
width: 100%;
height: calc(100% - #{$chronograf-page-header-height}) !important;
@include gradient-v($g2-kevlar,$g0-obsidian);
}
.container-fluid {
padding: ($chronograf-page-header-height / 2) $page-wrapper-padding;
@ -31,4 +30,13 @@
&.full-width {
max-width: 100%;
}
}
/* Presentation Mode */
.page-contents.presentation-mode {
top: 0;
height: 100% !important;
.container-fluid {padding: 8px !important;}
.template-control--manage {display: none;}
}

View File

@ -41,18 +41,9 @@ $dash-graph-options-arrow: 8px;
}
.dashboard {
&.container-fluid.full-width.page-contents {
&.container-fluid.full-width {
padding-top: 8px;
}
&.presentation-mode {
top: 0;
height: 100%;
padding: 12px;
.template-control--manage {
display: none;
}
}
.react-grid-item {
@extend .cell-shell;
}