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
1
Merge Requests
1
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
nexedi
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-1
app/assets/stylesheets/pages/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;
...
@@ -13,7 +13,8 @@ $list-font-size: 15px;
$sidebar_collapsed_width
:
62px
;
$sidebar_collapsed_width
:
62px
;
$sidebar_width
:
230px
;
$sidebar_width
:
230px
;
$gutter_collapsed_width
:
62px
;
$gutter_collapsed_width
:
62px
;
$gutter_width
:
250px
;
$gutter_width
:
312px
;
$gutter_inner_width
:
280px
;
$avatar_radius
:
50%
;
$avatar_radius
:
50%
;
$code_font_size
:
13px
;
$code_font_size
:
13px
;
$code_line_height
:
1
.5
;
$code_line_height
:
1
.5
;
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
f660d8d0
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
border-bottom
:
1px
solid
$border-gray-light
;
border-bottom
:
1px
solid
$border-gray-light
;
// This prevents the mess when resizing the sidebar
// This prevents the mess when resizing the sidebar
// of elements repositioning themselves..
// of elements repositioning themselves..
width
:
210px
;
width
:
$gutter_inner_width
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
// --
// --
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
}
}
.gutter-toggle
{
.gutter-toggle
{
margin-left
:
1
0px
;
margin-left
:
2
0px
;
border-left
:
1px
solid
$border-gray-light
;
border-left
:
1px
solid
$border-gray-light
;
padding-left
:
10px
;
padding-left
:
10px
;
}
}
...
@@ -175,6 +175,12 @@
...
@@ -175,6 +175,12 @@
}
}
}
}
.subscribe-button
{
span
{
margin-top
:
0
;
}
}
&
.right-sidebar-collapsed
{
&
.right-sidebar-collapsed
{
width
:
$sidebar_collapsed_width
;
width
:
$sidebar_collapsed_width
;
padding-top
:
0
;
padding-top
:
0
;
...
@@ -211,7 +217,7 @@
...
@@ -211,7 +217,7 @@
}
}
.gutter-toggle
{
.gutter-toggle
{
margin-left
:
-
207px
;
margin-left
:
-
$gutter_inner_width
+
4
;
}
}
.sidebar-collapsed-icon
{
.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