stackish
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user