Merge branch '32985-show-more-notes-info-at-smaller-breakpoints' into 'master'
Maintain notes avatar at smaller breakpoint Closes #32985 See merge request !11841
This commit is contained in:
commit
1cd5c6d940
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue