mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-15 07:51:04 -04:00
Turn off spell check in playground block explorer; increase font size.
This commit is contained in:
parent
8374d116bf
commit
4df584bc20
2 changed files with 2 additions and 1 deletions
playground
|
@ -10,7 +10,7 @@
|
|||
<div id="vm-devtools">
|
||||
<div id="tab-blockexplorer">
|
||||
<h2>VM Block Representation</h2>
|
||||
<textarea id="blockexplorer"></textarea>
|
||||
<textarea id="blockexplorer" spellcheck="false"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div id="blocks"></div>
|
||||
|
|
|
@ -25,4 +25,5 @@ body {
|
|||
background: rgb(36,36,36);
|
||||
color: rgb(217,217,217);
|
||||
font-family: monospace;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue