diff options
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index d67a0f83aa2..21a9f143039 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -245,14 +245,6 @@ $note-form-margin-left: 72px; } } - .note-header { - @include notes-media('max', map-get($grid-breakpoints, xs)) { - .inline { - display: block; - } - } - } - .note-emoji-button { position: relative; line-height: 1; @@ -363,10 +355,13 @@ $note-form-margin-left: 72px; } } + .timeline-icon { + float: left; + } + .system-note, .discussion-filter-note { .timeline-icon { - float: left; display: flex; align-items: center; background-color: $white-light; @@ -635,10 +630,6 @@ $note-form-margin-left: 72px; .note-headline-light { display: inline; - - @include notes-media('max', map-get($grid-breakpoints, xs)) { - display: block; - } } .note-headline-light, |