Skip to content

Commit

Permalink
style: more compact subsections
Browse files Browse the repository at this point in the history
for job details "Results" and "Messages" sections
  • Loading branch information
marisademeglio committed Oct 5, 2023
1 parent 73be037 commit 6433173
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/renderer/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,21 @@ select {
}
}
}

.job-results, .job-messages {
div:first-child:has(h2) {
display: flex;
flex-direction: row;
gap: var(--pad);
align-items: center;

h2 + a.filelink, h2 + a.loglink {
font-size: smaller;
margin-bottom: -3px;
}
}

}
.form-buttons {
display: flex;
flex-direction: line;
Expand Down

0 comments on commit 6433173

Please sign in to comment.