BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f660d8d0
Commit
f660d8d0
authored
Feb 03, 2016
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes sidebar width.
parent
bb81eff4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-1
issuable.scss
app/assets/stylesheets/pages/issuable.scss
+9
-3
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
f660d8d0
...
...
@@ -13,7 +13,8 @@ $list-font-size: 15px;
$sidebar_collapsed_width
:
62px
;
$sidebar_width
:
230px
;
$gutter_collapsed_width
:
62px
;
$gutter_width
:
250px
;
$gutter_width
:
312px
;
$gutter_inner_width
:
280px
;
$avatar_radius
:
50%
;
$code_font_size
:
13px
;
$code_line_height
:
1
.5
;
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
f660d8d0
...
...
@@ -74,7 +74,7 @@
border-bottom
:
1px
solid
$border-gray-light
;
// This prevents the mess when resizing the sidebar
// of elements repositioning themselves..
width
:
210px
;
width
:
$gutter_inner_width
;
overflow-x
:
hidden
;
// --
...
...
@@ -96,7 +96,7 @@
}
.gutter-toggle
{
margin-left
:
1
0px
;
margin-left
:
2
0px
;
border-left
:
1px
solid
$border-gray-light
;
padding-left
:
10px
;
}
...
...
@@ -175,6 +175,12 @@
}
}
.subscribe-button
{
span
{
margin-top
:
0
;
}
}
&
.right-sidebar-collapsed
{
width
:
$sidebar_collapsed_width
;
padding-top
:
0
;
...
...
@@ -211,7 +217,7 @@
}
.gutter-toggle
{
margin-left
:
-
207px
;
margin-left
:
-
$gutter_inner_width
+
4
;
}
.sidebar-collapsed-icon
{
...
...
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