Render syntax tree efficiently in docs playground

This commit is contained in:
Max Brunsfeld 2019-04-30 09:52:33 -07:00
parent 3425b6e1c2
commit 73e4db41b0
5 changed files with 284 additions and 185 deletions

View file

@ -144,15 +144,20 @@ body {
}
#output-container {
padding: 0 10px;
margin: 0;
}
#output-container-scroll {
padding: 0;
position: relative;
margin-top: 0;
overflow: auto;
padding: 20px 10px;
max-height: 350px;
border: 1px solid #aaa;
}
.tree-link.highlighted {
a.highlighted {
background-color: #ddd;
text-decoration: underline;
}