This commit is contained in:
crumbtoo
2024-04-26 09:38:11 -06:00
parent 64266e6cbe
commit d4bc5d46d1
4 changed files with 109 additions and 12 deletions

View File

@@ -30,8 +30,31 @@ body
{ margin: 0.5em
}
.split-pane:has(> .stack-view)
{ display: flex
; flex-direction: column-reverse
}
.stack-view
{}
{ display: flex
; flex-direction: column-reverse
; align-content: flex-end
}
.stack-view > .stack-entry:nth-of-type(odd)
{ background: #0000007f
}
.stack-entry
{ display: flex
; flex-direction: row
; justify-content: space-between
}
.stack-entry-addr
{ align-self: flex-end
; opacity: 70%
}
.dump-view
{}
@@ -44,9 +67,9 @@ body
}
.code-view.instr
{ }
{}
.code-view > .instr:nth-of-type(odd)
{ background: #00000032;
{ background: #0000007f
}