Merge branch '59057-buttons-on-top-from-a-user-profile-page-on-mobile' into 'master'

Improve mobile UI on User Profile page

Closes #59057

See merge request gitlab-org/gitlab-ce!26240
This commit is contained in:
Fatih Acet 2019-03-20 16:04:32 +00:00
commit 9820cdaf8e
2 changed files with 5 additions and 15 deletions

View File

@ -266,21 +266,6 @@
padding-top: 20px;
}
.cover-controls {
position: static;
padding: 0 16px;
margin-bottom: 20px;
display: flex;
.btn {
flex-grow: 1;
&:first-child {
margin-left: 0;
}
}
}
.user-profile-nav {
a {
margin-right: 0;

View File

@ -0,0 +1,5 @@
---
title: Improve mobile UI on User Profile page
merge_request: 26240
author: Takuya Noguchi
type: other