Ensure that profile avatar displays on mobile

This commit is contained in:
Brandon Labuschagne 2018-11-28 13:59:13 +02:00
parent 901d078dc3
commit 888a715b2b
3 changed files with 5 additions and 16 deletions

View file

@ -31,16 +31,6 @@
.timeline-entry-inner { .timeline-entry-inner {
position: relative; position: relative;
@include notes-media('max', map-get($grid-breakpoints, sm)) {
.timeline-icon {
display: none;
}
.timeline-content {
margin-left: 0;
}
}
} }
&:target, &:target,

View file

@ -589,12 +589,6 @@ $note-form-margin-left: 72px;
padding-bottom: 0; padding-bottom: 0;
} }
.note-header-author-name {
@include notes-media('max', map-get($grid-breakpoints, sm) - 1) {
display: none;
}
}
.note-headline-light { .note-headline-light {
display: inline; display: inline;

View file

@ -0,0 +1,5 @@
---
title: Resolve status emoji being replaced by avatar on mobile
merge_request: 23408
author:
type: other