diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-04-20 19:11:38 +0300 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-04-23 19:00:19 +0300 |
commit | 7be3fca2d00b1e47f7692c4c037889c9492e4de2 (patch) | |
tree | 204d10a658404245d22e9290f8c6ddd40b1c7b13 /app/assets/stylesheets | |
parent | 2e00c1a72afc4b7388bb46bd6d58608e2ae61899 (diff) | |
download | gitlab-ce-7be3fca2d00b1e47f7692c4c037889c9492e4de2.tar.gz |
Align project avatar on small viewports
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/mobile.scss | 4 |
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; |