summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-06-01 02:19:39 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-06-01 02:19:39 -0500
commitd7d01bf37b53733850642e2cd27a5a9c14e3731c (patch)
treee13c224ef9653bc70d596f65b053e5ff51de58c3
parentdd0f8b8ccc3b5f61e31703f7391a919b702934a5 (diff)
downloadgitlab-ce-32985-show-more-notes-info-at-smaller-breakpoints.tar.gz
Maintain notes avatar at smaller breakpoint32985-show-more-notes-info-at-smaller-breakpoints
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32985
-rw-r--r--app/assets/stylesheets/framework/timeline.scss4
1 files 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;
}