summaryrefslogtreecommitdiff
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
parentab680dfc64855ff66a8c36106807a9ef1e4ff771 (diff)
downloadgitlab-ce-a81c9bc84c777561e1ca7b195b8ca60013693880.tar.gz
Make avatars/icons hidden on mobile
-rw-r--r--app/assets/stylesheets/framework/timeline.scss4
-rw-r--r--changelogs/unreleased/47604-avatars-and-system-icons-for-mobile.yml5
2 files changed, 7 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;
}
diff --git a/changelogs/unreleased/47604-avatars-and-system-icons-for-mobile.yml b/changelogs/unreleased/47604-avatars-and-system-icons-for-mobile.yml
new file mode 100644
index 00000000000..ff66385375f
--- /dev/null
+++ b/changelogs/unreleased/47604-avatars-and-system-icons-for-mobile.yml
@@ -0,0 +1,5 @@
+---
+title: Make avatars/icons hidden on mobile
+merge_request: 19585
+author: Takuya Noguchi
+type: fixed