Skip to content

Commit

Permalink
Align show/hide outdated button on code review block (#11932)
Browse files Browse the repository at this point in the history
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
  • Loading branch information
3 people committed Jun 18, 2020
1 parent 1426126 commit 6c38f37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web_src/less/_review.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
&:not(.top) {
margin-bottom: .5em;
}

.show-outdated,
.hide-outdated {
display: block;
margin-left: auto;
}
}

.focus-lines-new .ui.button.add-code-comment.add-code-comment-right,
Expand Down

0 comments on commit 6c38f37

Please sign in to comment.