Fix InputPlayer

This commit is contained in:
Kyrylo Gliebov 2018-09-04 12:49:31 +02:00
parent b7c21ae104
commit 0852de4222
3 changed files with 115 additions and 72 deletions

View file

@ -377,8 +377,26 @@ table.listing-ct > thead th:last-child, tr.listing-ct-item td:last-child {
margin-bottom: 0;
}
#recording-wrap {
height: 100%;
}
#input-textarea {
width: 100%;
heigth: 100%;
font-family: monospace;
}
#input-player-wrap {
height: 100%;
}
.logs-view-log-time {
display: inline-block;
width: 150px;
vertical-align: middle;
}
#input-player textarea{
resize: none;
}