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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
2e221b81
Commit
2e221b81
authored
Sep 26, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix sidebar mobile toggle button border
parent
07f5c3c3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
app/assets/stylesheets/framework/new-nav.scss
app/assets/stylesheets/framework/new-nav.scss
+0
-5
app/assets/stylesheets/framework/new-sidebar.scss
app/assets/stylesheets/framework/new-sidebar.scss
+7
-0
No files found.
app/assets/stylesheets/framework/new-nav.scss
View file @
2e221b81
...
@@ -317,11 +317,6 @@ header.navbar-gitlab-new {
...
@@ -317,11 +317,6 @@ header.navbar-gitlab-new {
align-self
:
center
;
align-self
:
center
;
color
:
$gl-text-color-secondary
;
color
:
$gl-text-color-secondary
;
@media
(
max-width
:
$screen-xs-max
)
{
padding-left
:
17px
;
border-left
:
1px
solid
$gl-text-color-quaternary
;
}
.avatar-tile
{
.avatar-tile
{
margin-right
:
4px
;
margin-right
:
4px
;
border
:
1px
solid
$border-color
;
border
:
1px
solid
$border-color
;
...
...
app/assets/stylesheets/framework/new-sidebar.scss
View file @
2e221b81
...
@@ -461,6 +461,13 @@ $new-sidebar-collapsed-width: 50px;
...
@@ -461,6 +461,13 @@ $new-sidebar-collapsed-width: 50px;
font-size
:
18px
;
font-size
:
18px
;
}
}
}
}
@media
(
max-width
:
$screen-xs-max
)
{
+
.breadcrumbs-links
{
padding-left
:
17px
;
border-left
:
1px
solid
$gl-text-color-quaternary
;
}
}
}
}
@media
(
max-width
:
$screen-xs-max
)
{
@media
(
max-width
:
$screen-xs-max
)
{
...
...
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