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
Tatuya Kamada
gitlab-ce
Commits
e689d9fb
Commit
e689d9fb
authored
May 10, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce width of side nav
parent
f7d2297c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
app/assets/stylesheets/framework/sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+7
-4
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
No files found.
app/assets/stylesheets/framework/sidebar.scss
View file @
e689d9fb
...
...
@@ -63,7 +63,7 @@
float
:
left
;
height
:
$header-height
;
width
:
100%
;
padding-left
:
22
px
;
padding-left
:
16
px
;
overflow
:
hidden
;
outline
:
none
;
transition-duration
:
.3s
;
...
...
@@ -78,7 +78,7 @@
}
.gitlab-text-container
{
width
:
2
3
0px
;
width
:
2
2
0px
;
h3
{
width
:
158px
;
...
...
@@ -146,12 +146,12 @@
a
{
padding
:
7px
15px
;
transition-duration
:
.3s
;
font-size
:
$gl-font-size
;
line-height
:
24px
;
color
:
$gray
;
display
:
block
;
text-decoration
:
none
;
padding-left
:
23px
;
font-weight
:
normal
;
outline
:
none
;
...
...
@@ -253,6 +253,9 @@
width
:
auto
;
a
{
padding-left
:
23px
;
transition-duration
:
.3s
;
span
{
display
:
none
;
}
...
...
@@ -312,7 +315,7 @@
}
.nav-sidebar
li
a
{
width
:
2
3
0px
;
width
:
2
2
0px
;
&
.back-link
{
i
{
...
...
app/assets/stylesheets/framework/variables.scss
View file @
e689d9fb
...
...
@@ -2,7 +2,7 @@
* Layout
*/
$sidebar_collapsed_width
:
62px
;
$sidebar_width
:
2
3
0px
;
$sidebar_width
:
2
2
0px
;
$gutter_collapsed_width
:
62px
;
$gutter_width
:
290px
;
$gutter_inner_width
:
258px
;
...
...
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