1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

working on call stack probe, ui tweaks

This commit is contained in:
Steven Hugg
2020-07-09 13:27:56 -05:00
parent 2e27b0d2bb
commit bf36fe2b7f
8 changed files with 126 additions and 74 deletions
+8 -4
View File
@@ -376,10 +376,9 @@ div.replaydiv {
}
div.markdown {
background-color: #fff;
width:94%;
margin:3%;
padding:1em;
user-select: auto;
width:100%;
padding:2em;
user-select: text;
}
div.markdown table {
margin:1em;
@@ -612,6 +611,11 @@ div.asset_toolbar {
color: #6666ff;
background-color: #eeeeff;
margin:1%;
width:100%;
max-width:25em;
}
.transcript-input-char {
max-width:5em;
}
.tree-header {
border: 2px solid #555;