Browse Source
Fix margin for attached top header on code review (#11571)
Introduced naively by #11463
The margin was being applied too widely.
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
4 additions and
1 deletions
-
web_src/less/_review.less
|
|
@ -19,8 +19,11 @@ |
|
|
|
|
|
|
|
.add-comment-left.add-comment-right .ui.attached.header { |
|
|
|
border: 1px solid #d4d4d5; |
|
|
|
margin-bottom: .5em; |
|
|
|
margin-top: .5em; |
|
|
|
|
|
|
|
&:not(.top) { |
|
|
|
margin-bottom: .5em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.focus-lines-new .ui.button.add-code-comment.add-code-comment-right, |
|
|
|