blob: dc10596d55bc8803aa0f9877388d46f2cfe7e369 [file] [log] [blame]
.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;
}