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
iv
gitlab-ce
Commits
418dd5eb
Commit
418dd5eb
authored
Sep 02, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Collapse sidebar button at the bottom
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
b8794076
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
app/assets/stylesheets/generic/sidebar.scss
app/assets/stylesheets/generic/sidebar.scss
+5
-7
app/assets/stylesheets/themes/gitlab-theme.scss
app/assets/stylesheets/themes/gitlab-theme.scss
+1
-1
No files found.
app/assets/stylesheets/generic/sidebar.scss
View file @
418dd5eb
...
...
@@ -138,7 +138,6 @@
.collapse-nav
a
{
left
:
0px
;
opacity
:
0
.6
;
width
:
$sidebar_collapsed_width
;
}
...
...
@@ -150,15 +149,14 @@
}
.collapse-nav
a
{
width
:
$sidebar_width
;
position
:
fixed
;
top
:
0
;
left
:
202px
;
bottom
:
0
;
font-size
:
13px
;
background
:
transparent
;
width
:
28px
;
height
:
28px
;
height
:
40px
;
text-align
:
center
;
line-height
:
28
px
;
line-height
:
40
px
;
transition-duration
:
.3s
;
}
...
...
@@ -194,7 +192,7 @@
.sidebar-user
{
padding
:
12px
22px
;
position
:
fixed
;
bottom
:
0
;
bottom
:
40px
;
width
:
$sidebar_width
;
overflow
:
hidden
;
transition-duration
:
.3s
;
...
...
app/assets/stylesheets/themes/gitlab-theme.scss
View file @
418dd5eb
...
...
@@ -26,7 +26,7 @@
.collapse-nav
a
{
color
:
#FFF
;
background
:
$color
-darker
;
background
:
$color
;
}
.sidebar-wrapper
{
...
...
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