Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harris <harrisryan1@gmail.com>2017-01-09 20:50:04 +0300
committerRyan Harris <harrisryan1@gmail.com>2017-01-09 20:50:04 +0300
commit2955c8cc8b76666404569f00e49457262ffbc895 (patch)
treef676baaf54d30acc7745c6a7ad8a128ee775b3e7
parent6c62482144e786f83ed62298e06604e46e93107e (diff)
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