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