summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2019-03-20 16:04:32 +0000
committerFatih Acet <acetfatih@gmail.com>2019-03-20 16:04:32 +0000
commit9820cdaf8e985c338ecbd4c6659479551a7518f7 (patch)
tree413c898df6d7f4e1a1d80cbdcc87cd74995c0ee3
parentc238ba7f73e5905b9a216e6bbbfc230392a24958 (diff)
parent3c4302bcf62093a6acf55ce631fe910dee9c03bb (diff)
downloadgitlab-ce-9820cdaf8e985c338ecbd4c6659479551a7518f7.tar.gz
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
-rw-r--r--app/assets/stylesheets/pages/profile.scss15
-rw-r--r--changelogs/unreleased/59057-buttons-on-top-from-a-user-profile-page-on-mobile.yml5
2 files changed, 5 insertions, 15 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index ab26259c007..8e933b62dd9 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -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;
diff --git a/changelogs/unreleased/59057-buttons-on-top-from-a-user-profile-page-on-mobile.yml b/changelogs/unreleased/59057-buttons-on-top-from-a-user-profile-page-on-mobile.yml
new file mode 100644
index 00000000000..febbbce2139
--- /dev/null
+++ b/changelogs/unreleased/59057-buttons-on-top-from-a-user-profile-page-on-mobile.yml
@@ -0,0 +1,5 @@
+---
+title: Improve mobile UI on User Profile page
+merge_request: 26240
+author: Takuya Noguchi
+type: other