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>
for-closed-social
Cirno the Strongest
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
web_src/less/_review.less
|
|
@ -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, |
|
|
|