Commit 718c66f6 authored by Phil Hughes's avatar Phil Hughes

Fixed image discussion styling

Fixes the styling of image discussions after the discussion styling
changes.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54110
parent 0f25d2b3
...@@ -415,7 +415,6 @@ span.idiff { ...@@ -415,7 +415,6 @@ span.idiff {
} }
.preview-container { .preview-container {
height: 100%;
overflow: auto; overflow: auto;
.file-container { .file-container {
......
...@@ -842,11 +842,15 @@ ...@@ -842,11 +842,15 @@
background-repeat: repeat; background-repeat: repeat;
} }
.diff-file-discussions + .discussion-form::before { .diff-file-discussions + .discussion-form {
width: auto; padding: $gl-padding;
margin-left: -16px;
margin-right: -16px; &::before {
margin-bottom: 16px; width: auto;
margin-left: -$gl-padding;
margin-right: -$gl-padding;
margin-bottom: $gl-padding;
}
} }
.notes { .notes {
......
...@@ -433,14 +433,8 @@ $note-form-margin-left: 72px; ...@@ -433,14 +433,8 @@ $note-form-margin-left: 72px;
} }
.discussion-notes { .discussion-notes {
&:not(:first-child) {
border-top: 1px solid $white-normal;
margin-top: 20px;
}
&:not(:last-child) { &:not(:last-child) {
border-bottom: 1px solid $white-normal; margin-bottom: 0;
margin-bottom: 20px;
} }
.system-note { .system-note {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment