Fix logs autoscroll

This commit is contained in:
Johannes Zellner
2017-08-15 22:11:14 +02:00
committed by Girish Ramakrishnan
parent 2420fef6b1
commit 1fd4e27d92
3 changed files with 31 additions and 39 deletions

View File

@@ -1089,40 +1089,8 @@ footer {
// Logs
// ----------------------------
.logs-main {
text-align: left;
width: 100%;
flex-grow: 1;
display: flex;
flex-direction: column;
.logs-controls {
margin-top: 25px;
}
.log-line {
line-height: 1.2;
&:hover {
background-color: #333333;
}
.time {
color: #00FFFF;
}
}
.logs-and-term-container {
flex-grow: 1;
margin-left: calc(8.33% + 15px);
margin-right: calc(8.33% + 15px);
margin-bottom: 20px;
background-color: black;
color: white;
overflow: auto;
padding: 5px;
font-family: monospace;
}
.logs-controls {
margin-top: 25px;
.ng-isolate-scope {
display: inline-block;
@@ -1145,3 +1113,27 @@ footer {
}
}
}
.logs-and-term-container {
flex-grow: 1;
margin-left: calc(8.33% + 15px);
margin-right: calc(8.33% + 15px);
margin-bottom: 20px;
background-color: black;
color: white;
overflow: auto;
padding: 5px;
font-family: monospace;
.log-line {
line-height: 1.2;
&:hover {
background-color: #333333;
}
.time {
color: #00FFFF;
}
}
}