mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Fitting panels to the size of the viewport
This commit is contained in:
@@ -149,9 +149,3 @@
|
|||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// TODO: needs to be set based on height of browser window
|
|
||||||
.JobResultsStdOut-numberColumnPreload {
|
|
||||||
height: 720px;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -17,20 +17,22 @@
|
|||||||
|
|
||||||
.JobResults-leftSide {
|
.JobResults-leftSide {
|
||||||
.OnePlusTwo-left--panel(100%, @breakpoint-md);
|
.OnePlusTwo-left--panel(100%, @breakpoint-md);
|
||||||
// TODO: needs to be set based on height of browser window
|
height: 80vh;
|
||||||
height: 870px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.JobResults-rightSide {
|
.JobResults-rightSide {
|
||||||
.OnePlusTwo-right--panel(100%, @breakpoint-md);
|
.OnePlusTwo-right--panel(100%, @breakpoint-md);
|
||||||
// TODO: needs to be set based on height of browser window
|
height: 80vh;
|
||||||
height: 870px !important;
|
|
||||||
|
|
||||||
@media (max-width: @breakpoint-md - 1px) {
|
@media (max-width: @breakpoint-md - 1px) {
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.JobResults-detailsPanel{
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
.JobResults-stdoutActionButton--active {
|
.JobResults-stdoutActionButton--active {
|
||||||
display: none;
|
display: none;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<!-- LEFT PANE -->
|
<!-- LEFT PANE -->
|
||||||
<div class="JobResults-leftSide"
|
<div class="JobResults-leftSide"
|
||||||
ng-class="{'JobResults-stdoutActionButton--active': stdoutFullScreen}">
|
ng-class="{'JobResults-stdoutActionButton--active': stdoutFullScreen}">
|
||||||
<div class="Panel"
|
<div class="JobResults-detailsPanel Panel"
|
||||||
ng-show="!stdoutFullScreen">
|
ng-show="!stdoutFullScreen">
|
||||||
|
|
||||||
<!-- LEFT PANE HEADER -->
|
<!-- LEFT PANE HEADER -->
|
||||||
|
|||||||
Reference in New Issue
Block a user