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
path: root/app
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-04-20 19:11:38 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-04-23 19:00:19 +0300
commit7be3fca2d00b1e47f7692c4c037889c9492e4de2 (patch)
tree204d10a658404245d22e9290f8c6ddd40b1c7b13 /app
parent2e00c1a72afc4b7388bb46bd6d58608e2ae61899 (diff)
Align project avatar on small viewports
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/mobile.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/mobile.scss b/app/assets/stylesheets/framework/mobile.scss
index 8604e753c18..9e03bb98b8e 100644
--- a/app/assets/stylesheets/framework/mobile.scss
+++ b/app/assets/stylesheets/framework/mobile.scss
@@ -40,10 +40,6 @@
.project-home-panel {
padding-left: 0 !important;
- .project-avatar {
- display: block;
- }
-
.project-repo-buttons,
.git-clone-holder {
display: none;