Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2f5593d7
Commit
2f5593d7
authored
Jan 15, 2017
by
dimitrieh
Committed by
Annabel Dunstone Gray
Jan 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed nav-links margin with recommended fix
Remove margin on mobile links
parent
bd1e0c7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
app/assets/stylesheets/pages/profile.scss
app/assets/stylesheets/pages/profile.scss
+9
-8
No files found.
app/assets/stylesheets/pages/profile.scss
View file @
2f5593d7
...
...
@@ -216,16 +216,12 @@
}
}
.user-profile
{
.user-profile
{
.cover-controls
a
{
margin-left
:
5px
;
}
.nav-links
li
{
margin-right
:
-4px
;
}
.profile-header
{
margin
:
0
auto
;
...
...
@@ -235,8 +231,11 @@
}
}
@media
(
max-width
:
$screen-xs-max
)
{
.user-profile-nav
{
font-size
:
0
;
}
@media
(
max-width
:
$screen-xs-max
)
{
.cover-block
{
padding-top
:
20px
;
}
...
...
@@ -258,8 +257,10 @@
}
}
.nav-links
li
{
margin-right
:
-7px
;
.user-profile-nav
{
a
{
margin-right
:
0
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment