File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ export function initRepositoryActionView() {
457
457
< / div>
458
458
< / div>
459
459
< / div>
460
- < div class = " job-step-container" ref= " steps" >
460
+ < div class = " job-step-container" ref= " steps" v - if = " currentJob.steps.length " >
461
461
< div class = " job-step-section" v- for = " (jobStep, i) in currentJob.steps" : key= " i" >
462
462
< div class = " job-step-summary" @click .stop = " toggleStepLogs(i)" : class = " currentJobStepsStates[i].expanded ? 'selected' : ''" >
463
463
<!-- If the job is done and the job step log is loaded for the first time, show the loading icon
@@ -686,11 +686,15 @@ export function initRepositoryActionView() {
686
686
background- color: var (-- color- console - bg);
687
687
position: sticky;
688
688
top: 0 ;
689
- border- radius: var (-- border- radius) var ( -- border - radius) 0 0 ;
689
+ border- radius: var (-- border- radius);
690
690
height: 60px ;
691
691
z- index: 1 ;
692
692
}
693
693
694
+ .job - info- header: has (+ .job - step - container ) {
695
+ border- radius: var (-- border- radius) var (-- border- radius) 0 0 ;
696
+ }
697
+
694
698
.job - info- header .job - info- header- title {
695
699
color: var (-- color- console - fg);
696
700
font- size: 16px ;
You can’t perform that action at this time.
0 commit comments