Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-11-12 22:13:51 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-11-12 22:13:51 +0300
commit4c7a326f8cb6e5110707978623499e645ea12009 (patch)
tree3bdc0863a470dda7781608aa04454cc1a02c08d0 /app/assets/stylesheets/pages
parent21a3a3e1f1bf82915f7ad361a916a8ed3e7ebf4a (diff)
Align all avatars and system notes in discussion
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/notes.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index c57c1eee350..1b957f6cc69 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -1,6 +1,6 @@
$system-note-icon-size: 32px;
$system-note-svg-size: 16px;
-$note-form-margin-left: 70px;
+$note-form-margin-left: 72px;
@mixin vertical-line($left) {
&::before {
@@ -54,7 +54,7 @@ $note-form-margin-left: 70px;
}
.main-notes-list {
- @include vertical-line(39px);
+ @include vertical-line(36px);
}
.notes {
@@ -268,7 +268,7 @@ $note-form-margin-left: 70px;
}
.system-note {
- padding: 6px $gl-padding-24;
+ padding: 6px 20px;
margin: $gl-padding-24 0;
background-color: transparent;