This commit is contained in:
crumbtoo
2024-04-30 14:48:05 -06:00
parent b0a04c255c
commit 5416de8ee5
2 changed files with 90 additions and 12 deletions

View File

@@ -124,3 +124,33 @@ body
; flex-shrink: 0
}
.heap-view
{
}
.heap-entry-container
{ display: flex
; flex-direction: column
}
.heap-entry-container > .heap-entry:nth-of-type(even)
{ background: #0000007f
; color: white
}
.heap-entry
{ display: flex
; flex-direction: row
; justify-content: space-between
; font-family: monospace;
}
.heap-entry-addr
{ white-space: nowrap
}
/* .heap-entry-container.odd > .heap-entry:nth-of-type(odd) */
/* { background: #0000007f */
/* ; color: white */
/* } */