LSP preview page merge info
This commit is contained in:
parent
f350a3c7b0
commit
34856509ea
4 changed files with 167 additions and 7 deletions
14
lsp/main.css
14
lsp/main.css
|
@ -451,6 +451,20 @@ button[disabled=disabled] {
|
|||
.cell {
|
||||
display: table-cell;
|
||||
}
|
||||
.embed_info {
|
||||
float: left;
|
||||
margin: 0 1em 1em 0;
|
||||
}
|
||||
.embed_container {
|
||||
width: 100%;
|
||||
float: left;
|
||||
}
|
||||
.stream_info {
|
||||
max-height: 30em;
|
||||
overflow-y: auto;
|
||||
padding-right: 1em;
|
||||
float: left;
|
||||
}
|
||||
#graphcontainer {
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue