Fix presentation mode
parent
b6886a8bd8
commit
4e1e54de96
|
@ -22,7 +22,6 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - #{$chronograf-page-header-height}) !important;
|
height: calc(100% - #{$chronograf-page-header-height}) !important;
|
||||||
@include gradient-v($g2-kevlar,$g0-obsidian);
|
@include gradient-v($g2-kevlar,$g0-obsidian);
|
||||||
|
|
||||||
}
|
}
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
padding: ($chronograf-page-header-height / 2) $page-wrapper-padding;
|
padding: ($chronograf-page-header-height / 2) $page-wrapper-padding;
|
||||||
|
@ -31,4 +30,13 @@
|
||||||
&.full-width {
|
&.full-width {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Presentation Mode */
|
||||||
|
.page-contents.presentation-mode {
|
||||||
|
top: 0;
|
||||||
|
height: 100% !important;
|
||||||
|
|
||||||
|
.container-fluid {padding: 8px !important;}
|
||||||
|
.template-control--manage {display: none;}
|
||||||
}
|
}
|
|
@ -41,18 +41,9 @@ $dash-graph-options-arrow: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard {
|
.dashboard {
|
||||||
&.container-fluid.full-width.page-contents {
|
&.container-fluid.full-width {
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
}
|
}
|
||||||
&.presentation-mode {
|
|
||||||
top: 0;
|
|
||||||
height: 100%;
|
|
||||||
padding: 12px;
|
|
||||||
|
|
||||||
.template-control--manage {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.react-grid-item {
|
.react-grid-item {
|
||||||
@extend .cell-shell;
|
@extend .cell-shell;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue