mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Stretch left panel to height of browser
This commit is contained in:
parent
57ce713891
commit
fae6573ae2
@ -8,7 +8,6 @@
|
||||
standard-out-log {
|
||||
flex: 5;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.StandardOut-preContent{
|
||||
@ -18,7 +17,7 @@ standard-out-log {
|
||||
}
|
||||
|
||||
.StandardOut-container {
|
||||
.OnePlusOne-container(80vh, @breakpoint-md);
|
||||
.OnePlusOne-container(100%, @breakpoint-md);
|
||||
|
||||
&.fullscreen {
|
||||
.StandardOut-rightPanel {
|
||||
@ -28,11 +27,16 @@ standard-out-log {
|
||||
}
|
||||
|
||||
.StandardOut-leftPanel {
|
||||
.OnePlusOne-panel--left(100%, @breakpoint-md);
|
||||
.OnePlusOne-panel--left(auto, @breakpoint-md);
|
||||
max-width: 600px;
|
||||
display: flex;
|
||||
@media (max-width: @breakpoint-md - 1px) {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.Panel {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.StandardOut-rightPanel {
|
||||
@ -48,7 +52,7 @@ standard-out-log {
|
||||
}
|
||||
|
||||
.StandardOut-consoleOutput {
|
||||
height: 94%;
|
||||
height: 493px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -63,7 +67,6 @@ standard-out-log {
|
||||
max-height: 100vh;
|
||||
height: ~"calc(100vh - 245px)";
|
||||
width: 100%;
|
||||
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user