Browse Source

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

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.13.0-rc1
Cirno the Strongest GitHub 5 years ago
parent
commit
4a0bb8d50b
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) { &:not(.top) {
margin-bottom: .5em; margin-bottom: .5em;
} }

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


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


Loading…
Cancel
Save