From d7d01bf37b53733850642e2cd27a5a9c14e3731c Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 1 Jun 2017 02:19:39 -0500 Subject: Maintain notes avatar at smaller breakpoint Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32985 --- app/assets/stylesheets/framework/timeline.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/framework/timeline.scss b/app/assets/stylesheets/framework/timeline.scss index cec3b54d567..10881987038 100644 --- a/app/assets/stylesheets/framework/timeline.scss +++ b/app/assets/stylesheets/framework/timeline.scss @@ -4,7 +4,7 @@ padding: 0; &::before { - @include notes-media('max', $screen-xs-max) { + @include notes-media('max', $screen-xs-min) { background: none; } } @@ -30,7 +30,7 @@ .timeline-entry-inner { position: relative; - @include notes-media('max', $screen-xs-max) { + @include notes-media('max', $screen-xs-min) { .timeline-icon { display: none; } -- cgit v1.2.1