Skip to content

Commit

Permalink
adjust border radius on changed-since-last-review
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Apr 9, 2023
1 parent d53cc69 commit a9b24e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/css/review.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ a.blob-excerpt:hover {
.changed-since-last-review {
border: 1px var(--color-accent) solid;
background-color: var(--color-small-accent);
border-radius: 15px;
border-radius: var(--border-radius);
padding: 4px 8px;
margin: -8px 0; /* just like other buttons in the diff box header */
font-size: 0.857rem; /* just like .ui.tiny.button */
Expand Down

0 comments on commit a9b24e2

Please sign in to comment.