Merge branch '51029-status-emoji-currently-replaces-avatar-on-mobile' into 'master'
Resolve "Status Emoji currently replaces avatar on mobile" Closes #51029 See merge request gitlab-org/gitlab-ce!23408
This commit is contained in:
commit
d962e17a02
3 changed files with 5 additions and 16 deletions
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Resolve status emoji being replaced by avatar on mobile
|
||||
merge_request: 23408
|
||||
author:
|
||||
type: other
|
Loading…
Reference in a new issue