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:
+8
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user