Skip to content
Snippets Groups Projects
Commit 888a715b authored by Brandon Labuschagne's avatar Brandon Labuschagne
Browse files

Ensure that profile avatar displays on mobile

parent 901d078d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -31,16 +31,6 @@
 
.timeline-entry-inner {
position: relative;
@include notes-media('max', map-get($grid-breakpoints, sm)) {
.timeline-icon {
display: none;
}
.timeline-content {
margin-left: 0;
}
}
}
 
&:target,
Loading
Loading
Loading
Loading
@@ -589,12 +589,6 @@ $note-form-margin-left: 72px;
padding-bottom: 0;
}
 
.note-header-author-name {
@include notes-media('max', map-get($grid-breakpoints, sm) - 1) {
display: none;
}
}
.note-headline-light {
display: inline;
 
Loading
Loading
---
title: Resolve status emoji being replaced by avatar on mobile
merge_request: 23408
author:
type: other
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment