Improve mobile UI on User Profile page

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya Noguchi 2019-03-16 08:12:37 +09:00
parent b533765924
commit 3c4302bcf6
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