File tree Expand file tree Collapse file tree 2 files changed +19
-11
lines changed
front_end/panels/timeline Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 55 */
66
77: host {
8- dis play: contents;
8+ max- height: 100%;
9+ overflow: hidden auto ;
10+ scrollbar- width: thin; /* ~11px wide reserved for gutter */
911}
1012
1113.timeline-summary {
1214 font-size : var (--sys-typescale-body4-size );
13- display : flex;
1415 flex-direction : column;
1516 padding : 0 var (--sys-size-6 ) var (--sys-size-4 ) var (--sys-size-8 ) ;
16- gap : 2px ;
17- min-width : 192px ;
18-
1917}
2018
2119.summary-range {
2220 font-weight : var (--ref-typeface-weight-medium );
23- height : 23px ;
24- line-height : 21px ;
25- padding-top : 0.5px ;
21+ height : 24.5px ;
22+ line-height : 22px ;
2623}
2724
2825.category-summary {
Original file line number Diff line number Diff line change 559559}
560560
561561.timeline-details-range-summary {
562- overflow : auto;
563562 height : 100% ;
564563 margin : var (--sys-size-4 ) 0 ;
564+
565+ & > devtools-performance-timeline-summary {
566+ /* The category summary can't be more narrow than this, so we'll force a horizontal scrollbar
567+ Also this style can't be applied on the element's :host without !important, thus its here. */
568+ min-width : 192px ;
569+ }
570+ }
571+
572+ /* Dont need to see insight chips in range summary */
573+ .timeline-details-range-summary + devtools-related-insight-chips {
574+ display : none;
565575}
566576
567577.timeline-details-chip-title > div {
@@ -660,7 +670,8 @@ devtools-performance-third-party-tree-view {
660670
661671 /* Default data-grid has this element on the edge of the rows,
662672 we don't need them for the 3P table. So for now set display to none. */
663- .corner {
673+ .corner ,
674+ & .data-grid-fits-viewport .corner {
664675 display : none;
665676 }
666677
@@ -673,7 +684,7 @@ devtools-performance-third-party-tree-view {
673684 /* See column width comments in populateColumns() */
674685 max-width : min (100% , 550px );
675686 min-width : 350px ; /* Lower than this, there's not enough room for the entity name */
676- padding : 0 var ( --sys-size-8 ) 0 var (--sys-size-6 );
687+ padding : 0 0 0 var (--sys-size-6 );
677688 border-left : var (--sys-size-1 ) solid var (--sys-color-divider );
678689 }
679690
You can’t perform that action at this time.
0 commit comments