summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/timeline.scss
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-06-08 23:27:49 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-06-08 23:34:13 +0900
commita81c9bc84c777561e1ca7b195b8ca60013693880 (patch)
tree5756b577ba14adad00edd632618783a8641619ba /app/assets/stylesheets/framework/timeline.scss
parentab680dfc64855ff66a8c36106807a9ef1e4ff771 (diff)
downloadgitlab-ce-a81c9bc84c777561e1ca7b195b8ca60013693880.tar.gz
Make avatars/icons hidden on mobile
Diffstat (limited to 'app/assets/stylesheets/framework/timeline.scss')
-rw-r--r--app/assets/stylesheets/framework/timeline.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/timeline.scss b/app/assets/stylesheets/framework/timeline.scss
index 75c11590547..dfb145debe7 100644
--- a/app/assets/stylesheets/framework/timeline.scss
+++ b/app/assets/stylesheets/framework/timeline.scss
@@ -4,7 +4,7 @@
padding: 0;
&::before {
- @include notes-media('max', map-get($grid-breakpoints, xs)) {
+ @include notes-media('max', map-get($grid-breakpoints, sm)) {
background: none;
}
}
@@ -34,7 +34,7 @@
.timeline-entry-inner {
position: relative;
- @include notes-media('max', map-get($grid-breakpoints, xs)) {
+ @include notes-media('max', map-get($grid-breakpoints, sm)) {
.timeline-icon {
display: none;
}