Skip to content

Commit 0148874

Browse files
committed
move background to action-view-right
1 parent 1750756 commit 0148874

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ export function initRepositoryActionView() {
624624
flex-direction: column;
625625
border: 1px solid var(--color-console-border);
626626
border-radius: var(--border-radius);
627+
background-color: var(--color-console-bg);
627628
align-self: flex-start;
628629
}
629630
@@ -684,10 +685,8 @@ export function initRepositoryActionView() {
684685
justify-content: space-between;
685686
align-items: center;
686687
padding: 0 12px;
687-
background-color: var(--color-console-bg);
688688
position: sticky;
689689
top: 0;
690-
border-radius: var(--border-radius);
691690
height: 60px;
692691
z-index: 1;
693692
}
@@ -708,7 +707,6 @@ export function initRepositoryActionView() {
708707
}
709708
710709
.job-step-container {
711-
background-color: var(--color-console-bg);
712710
max-height: 100%;
713711
border-radius: 0 0 var(--border-radius) var(--border-radius);
714712
border-top: 1px solid var(--color-console-border);

0 commit comments

Comments
 (0)