| .cpu-flame-chart { | |
| overflow: hidden; | |
| } | |
| .fill-section.cpu-flame-chart { | |
| /* 100% height minus the height of stack-frame-details */ | |
| height: calc(100% - 27px); | |
| background-color: var(--shaded-background-lighter); | |
| } | |
| .stack-frame-details { | |
| position: absolute; | |
| bottom: 0; | |
| left: 0; | |
| } | |
| .tabnav-tabs { | |
| display: flex; | |
| } | |
| #cpu-profiler-message .message-action { | |
| color: var(--link-color) !important; | |
| text-decoration: underline; | |
| cursor: pointer; | |
| } | |