Skip to content

Commit

Permalink
move background to action-view-right
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Mar 22, 2024
1 parent 1750756 commit 0148874
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web_src/js/components/RepoActionView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ export function initRepositoryActionView() {
flex-direction: column;
border: 1px solid var(--color-console-border);
border-radius: var(--border-radius);
background-color: var(--color-console-bg);
align-self: flex-start;
}
Expand Down Expand Up @@ -684,10 +685,8 @@ export function initRepositoryActionView() {
justify-content: space-between;
align-items: center;
padding: 0 12px;
background-color: var(--color-console-bg);
position: sticky;
top: 0;
border-radius: var(--border-radius);
height: 60px;
z-index: 1;
}
Expand All @@ -708,7 +707,6 @@ export function initRepositoryActionView() {
}
.job-step-container {
background-color: var(--color-console-bg);
max-height: 100%;
border-radius: 0 0 var(--border-radius) var(--border-radius);
border-top: 1px solid var(--color-console-border);
Expand Down

0 comments on commit 0148874

Please sign in to comment.