mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* WIP: first stage * Another take * argghhh * Updated * My brain is mush * Minor progress * Progres * Starting to work * Fixes * fixed e2e
49 lines
694 B
SCSS
49 lines
694 B
SCSS
.panel-wrapper {
|
|
height: 100%;
|
|
position: relative;
|
|
|
|
&--view {
|
|
flex: 1 1 0;
|
|
height: 90%;
|
|
margin: 0 $dashboard-padding;
|
|
padding-top: $dashboard-padding;
|
|
}
|
|
}
|
|
|
|
.panel-editor__scroll {
|
|
flex-grow: 1;
|
|
min-width: 0;
|
|
display: flex;
|
|
min-height: 0;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.panel-editor__content {
|
|
padding: 0 16px 16px 16px;
|
|
}
|
|
|
|
.panel-in-fullscreen {
|
|
.sidemenu {
|
|
display: none;
|
|
}
|
|
|
|
.dashboard-container {
|
|
padding: 0;
|
|
}
|
|
|
|
.submenu-controls {
|
|
padding: 0 $dashboard-padding $space-sm $dashboard-padding;
|
|
}
|
|
|
|
.search-container {
|
|
left: 0 !important;
|
|
}
|
|
}
|
|
|
|
.ds-picker {
|
|
position: relative;
|
|
min-width: 200px;
|
|
max-width: 300px;
|
|
}
|