Browse Source

Align show/hide outdated button on code review block (#11932) (#11944)

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
(cherry picked from commit 6c38f371ea)
tags/v1.12.0
Cirno the Strongest GitHub 5 years ago
parent
commit
13360af745
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      web_src/less/_review.less

+ 6
- 0
web_src/less/_review.less View File

@@ -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,


Loading…
Cancel
Save