Commit 1cd5c6d9 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '32985-show-more-notes-info-at-smaller-breakpoints' into 'master'

Maintain notes avatar at smaller breakpoint

Closes #32985

See merge request !11841
parents 8e47ca14 d7d01bf3
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
padding: 0; padding: 0;
&::before { &::before {
@include notes-media('max', $screen-xs-max) { @include notes-media('max', $screen-xs-min) {
background: none; background: none;
} }
} }
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
.timeline-entry-inner { .timeline-entry-inner {
position: relative; position: relative;
@include notes-media('max', $screen-xs-max) { @include notes-media('max', $screen-xs-min) {
.timeline-icon { .timeline-icon {
display: none; display: none;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment