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 @@ -446,7 +446,7 @@ export function initRepositoryActionView() {
446
446
< / div>
447
447
< / div>
448
448
< / div>
449
- < div class = " job-step-container" ref= " steps" >
449
+ < div class = " job-step-container" ref= " steps" v - if = " currentJob.steps.length " >
450
450
< div class = " job-step-section" v- for = " (jobStep, i) in currentJob.steps" : key= " i" >
451
451
< div class = " job-step-summary" @click .stop = " toggleStepLogs(i)" : class = " currentJobStepsStates[i].expanded ? 'selected' : ''" >
452
452
<!-- If the job is done and the job step log is loaded for the first time, show the loading icon
@@ -672,11 +672,15 @@ export function initRepositoryActionView() {
672
672
background- color: var (-- color- console - bg);
673
673
position: sticky;
674
674
top: 0 ;
675
- border- radius: var (-- border- radius) var ( -- border - radius) 0 0 ;
675
+ border- radius: var (-- border- radius);
676
676
height: 60px ;
677
677
z- index: 1 ;
678
678
}
679
679
680
+ .job - info- header: has (+ .job - step - container ) {
681
+ border- radius: var (-- border- radius) var (-- border- radius) 0 0 ;
682
+ }
683
+
680
684
.job - info- header .job - info- header- title {
681
685
color: var (-- color- console - fg);
682
686
font- size: 16px ;
You can’t perform that action at this time.
0 commit comments