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
b8794076
Commit
b8794076
authored
Sep 02, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix collapsed sidebar
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
4406aeff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
app/assets/stylesheets/base/variables.scss
app/assets/stylesheets/base/variables.scss
+1
-1
app/assets/stylesheets/generic/sidebar.scss
app/assets/stylesheets/generic/sidebar.scss
+8
-2
No files found.
app/assets/stylesheets/base/variables.scss
View file @
b8794076
...
...
@@ -5,7 +5,7 @@ $gl-link-color: #446e9b;
$nprogress-color
:
#c0392b
;
$gl-font-size
:
14px
;
$list-font-size
:
15px
;
$sidebar_collapsed_width
:
5
2px
;
$sidebar_collapsed_width
:
6
2px
;
$sidebar_width
:
230px
;
$avatar_radius
:
50%
;
$code_font_size
:
13px
;
...
...
app/assets/stylesheets/generic/sidebar.scss
View file @
b8794076
...
...
@@ -124,20 +124,26 @@
.sidebar-wrapper
{
width
:
$sidebar_collapsed_width
;
.header-logo
a
{
padding-left
:
7px
;
}
.nav-sidebar
{
width
:
$sidebar_collapsed_width
;
li
a
{
padding-left
:
16
px
;
li
a
i
{
margin-right
:
20
px
;
}
}
.collapse-nav
a
{
left
:
0px
;
opacity
:
0
.6
;
width
:
$sidebar_collapsed_width
;
}
.sidebar-user
{
padding-left
:
7px
;
width
:
$sidebar_collapsed_width
;
}
}
...
...
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