summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harris <harrisryan1@gmail.com>2017-01-09 12:50:04 -0500
committerRyan Harris <harrisryan1@gmail.com>2017-01-09 12:50:04 -0500
commit2955c8cc8b76666404569f00e49457262ffbc895 (patch)
treef676baaf54d30acc7745c6a7ad8a128ee775b3e7
parent6c62482144e786f83ed62298e06604e46e93107e (diff)
downloadgitlab-ce-2955c8cc8b76666404569f00e49457262ffbc895.tar.gz
Display project avatars on Admin Area and Projects pages for mobile views
-rw-r--r--app/assets/stylesheets/framework/mobile.scss4
-rw-r--r--changelogs/unreleased/26435-show-project-avatars-on-mobile.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/mobile.scss b/app/assets/stylesheets/framework/mobile.scss
index 7eb9962ba33..92d687996e9 100644
--- a/app/assets/stylesheets/framework/mobile.scss
+++ b/app/assets/stylesheets/framework/mobile.scss
@@ -37,10 +37,6 @@
display: none;
}
- .project-avatar {
- display: none;
- }
-
.project-home-panel {
padding-left: 0 !important;
diff --git a/changelogs/unreleased/26435-show-project-avatars-on-mobile.yml b/changelogs/unreleased/26435-show-project-avatars-on-mobile.yml
new file mode 100644
index 00000000000..43afdf45013
--- /dev/null
+++ b/changelogs/unreleased/26435-show-project-avatars-on-mobile.yml
@@ -0,0 +1,4 @@
+---
+title: Display project avatars on Admin Area and Projects pages for mobile views
+merge_request:
+author: Ryan Harris