Skip to content
/ gitea Public
forked from go-gitea/gitea

Commit

Permalink
Align show/hide outdated button on code review block (go-gitea#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>
(cherry picked from commit 6c38f37)
  • Loading branch information
CirnoT committed Jun 18, 2020
1 parent 6466053 commit 31fd8d9
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 31fd8d9

Please sign in to comment.