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