File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
src/main/frontend/pipeline-console-view/pipeline-console/main Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1414 & --left {
1515 --additional-height : 0px ;
1616 position : sticky ;
17- top : calc (var (--header-height ) + var (--section-padding ));
17+ top : calc (var (--pgv- header-height ) + var (--section-padding ));
1818 height : calc (
1919 (100vh + var (--additional-height )) -
20- (var (--header-height ) + 100px + var (--section-padding ))
20+ (var (--pgv- header-height ) + 100px + var (--section-padding ))
2121 );
2222 max-height : calc (
2323 100vh -
24- (var (--header-height ) + var (--section-padding ) + var (--section-padding ))
24+ (
25+ var (--pgv-header-height ) + var (--section-padding ) +
26+ var (--section-padding )
27+ )
2528 );
2629 }
2730
Original file line number Diff line number Diff line change 99
1010.pgv-step-detail-header {
1111 position : sticky ;
12- top : calc (var (--header-height ) + 0.375rem );
12+ top : calc (var (--pgv- header-height ) + 0.375rem );
1313 z-index : 1 ;
1414 display : grid ;
1515 grid-template-columns : 1fr auto ;
101101
102102.pgv-show-more-logs {
103103 position : sticky ;
104- top : calc (var (--header-height ) + 0.375rem + 0.375rem + 2.375rem );
104+ top : calc (var (--pgv- header-height ) + 0.375rem + 0.375rem + 2.375rem );
105105 background : var (--card-background );
106106 box-shadow : 0 0 0.375rem var (--card-background );
107107 z-index : 10 ;
Original file line number Diff line number Diff line change 1+ :root {
2+ // can be removed and `--header-height` used directly when jenkins baseline is 2.507
3+ --pgv-header-height : var (--header-height , 45.5938px );
4+ }
5+
16.ansi-fg-0 {
27 color : var (--black , #333 );
38}
6570
6671.pgv-sticky-sidebar {
6772 position : sticky ;
68- top : calc (var (--header-height ) + var (--section-padding ));
73+ top : calc (var (--pgv- header-height ) + var (--section-padding ));
6974}
7075
7176.pgv-skeleton-column {
You can’t perform that action at this time.
0 commit comments