diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-11-23 10:42:31 +0900 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-12-12 15:41:24 -0800 |
commit | 410dcfd2554a3bdbd4b29b285e7d020a24c0bf3d (patch) | |
tree | ac5ddaed2d8c9d31d37c213b917477a01fb90095 | |
parent | f53770170263c9544c539a49c9812dd10d9a2cab (diff) | |
download | gitlab-ce-410dcfd2554a3bdbd4b29b285e7d020a24c0bf3d.tar.gz |
Remove .project-home-links CSS for mobile
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-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 08d5844b855..5bc835ae51b 100644 --- a/app/assets/stylesheets/framework/mobile.scss +++ b/app/assets/stylesheets/framework/mobile.scss @@ -24,10 +24,6 @@ display: none; } - .project-home-links { - display: none; - } - .container .title { padding-left: 15px !important; } |