Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
3923a31f5e7c
Commit
69b6a5a9
authored
Mar 06, 2017
by
Phil Hughes
Browse files
Changed the styling to allow bigger link targets on mobile
parent
45e3b679b459
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/framework/header.scss
View file @
3923a31f
...
...
@@ -260,19 +260,34 @@ header {
font-size
:
18px
;
.navbar-nav
{
display
:
table
;
table-layout
:
fixed
;
width
:
100%
;
margin
:
0
;
padding-right
:
10px
;
text-align
:
right
;
}
.navbar-collapse
{
padding-left
:
5px
;
.nav
>
li
{
display
:
inline-block
;
.nav
>
li
:not
(
.hidden-xs
)
{
display
:
table-cell
!
important
;
width
:
25%
;
a
{
margin-right
:
8px
;
}
}
}
}
.header-user-dropdown-toggle
{
text-align
:
center
;
}
.header-user-avatar
{
float
:
none
;
}
}
.header-user
{
...
...
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