Fix presentation mode
parent
b6886a8bd8
commit
4e1e54de96
|
@ -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;
|
||||
|
@ -32,3 +31,12 @@
|
|||
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 {
|
||||
&.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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue