From 6699f311510ca1a31d4ef91b5ecbda69feeb1ead Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Wed, 7 Nov 2018 19:42:47 -0600 Subject: Shift line and system note icons to the right --- app/assets/stylesheets/pages/notes.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 11f9977b696..743d2258124 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -54,7 +54,7 @@ $note-form-margin-left: 70px; } .main-notes-list { - @include vertical-line(33px); + @include vertical-line(39px); } .notes { @@ -267,7 +267,7 @@ $note-form-margin-left: 70px; } .system-note { - padding: 6px $gl-padding; + padding: 6px $gl-padding-24; margin: $gl-padding-24 0; background-color: transparent; @@ -309,7 +309,7 @@ $note-form-margin-left: 70px; height: $system-note-icon-size; border: 1px solid $border-color; border-radius: $system-note-icon-size; - margin: -6px $gl-padding 0 2px; + margin: -6px $gl-padding 0 0; svg { width: $system-note-svg-size; -- cgit v1.2.1 From 216f30da47d8f2cec7dfafa1bd62624711001022 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Wed, 7 Nov 2018 20:07:02 -0600 Subject: Fix comment placeholder styling --- app/assets/stylesheets/pages/notes.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 743d2258124..dcb1275d182 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -174,6 +174,7 @@ $note-form-margin-left: 70px; &.being-posted { pointer-events: none; opacity: 0.5; + padding: $gl-padding; .dummy-avatar { background-color: $gl-gray-200; -- cgit v1.2.1