Skip to content

Commit

Permalink
make wide area in debugger.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bem130 committed Dec 23, 2023
1 parent 22b1fc2 commit 4a1ad13
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion debugger.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@
}</textarea>
<div id="highlight_tokenizer" class="spread highlight"><pre></pre></div>
<div id="highlight_parser" class="spread highlight"><pre></pre></div>
<div id="tokentable" class="spread"></div>
<div id="tokentable" class="spread spread_wide"></div>
<div id="AST1" class="spread"></div>
<div id="AST2" class="spread"></div>
</main>
</body>
</html>
Expand Down Expand Up @@ -226,6 +227,7 @@
resize: none;
overflow: scroll;
line-height: 1.1em;
padding-left: 5px;
}
.highlight {
font-size: 1em;
Expand Down Expand Up @@ -271,6 +273,13 @@
overflow: scroll;
}
.spread:hover {
width: 200%;
}
.spread_wide {
width: 150%;
overflow: scroll;
}
.spread_wide:hover {
width: 500%;
}
</style>
Expand Down

0 comments on commit 4a1ad13

Please sign in to comment.