diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-12 14:20:31 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-12 14:20:31 -0500 |
commit | a7c6a47aad6b095d61c890a7997de99de02836ea (patch) | |
tree | 118baffe1e1b22beaa10450b8f58903c67ab6886 | |
parent | c68ea29d5dcaa9a5ab00aaf49cbcc65d7ce98c6d (diff) | |
download | gitlab-ce-a7c6a47aad6b095d61c890a7997de99de02836ea.tar.gz |
Indent system notes on desktop screens
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 94ea4c5c8c6..ad0f2f6efbb 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -18,12 +18,12 @@ ul.notes { float: left; svg { - width: 18px; - height: 18px; + width: 16px; + height: 16px; fill: $gray-darkest; position: absolute; - left: 30px; - top: 15px; + left: 0; + top: 16px; } } @@ -144,6 +144,10 @@ ul.notes { padding: 0; clear: both; + @media (min-width: $screen-sm-min) { + margin-left: 65px; + } + &.timeline-entry::after { clear: none; } @@ -172,6 +176,10 @@ ul.notes { .timeline-content { padding: 14px 10px; + + @media (min-width: $screen-sm-min) { + margin-left: 20px; + } } .note-header { |