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
Kazuhiko Shiozaki
gitlab-ce
Commits
d14889c2
Commit
d14889c2
authored
Feb 22, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed issue with content in the issue sidebar disappearing
Closes #13626
parent
5803a530
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
28 deletions
+23
-28
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+23
-28
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
d14889c2
...
...
@@ -64,7 +64,6 @@
// This prevents the mess when resizing the sidebar
// of elements repositioning themselves..
width
:
$gutter_inner_width
;
overflow-x
:
hidden
;
// --
&
:first-child
{
...
...
@@ -90,7 +89,6 @@
.gutter-toggle
{
margin-left
:
20px
;
border-left
:
1px
solid
$border-gray-light
;
padding-left
:
10px
;
&
:hover
{
...
...
@@ -157,11 +155,10 @@
.right-sidebar
{
position
:
fixed
;
top
:
58px
;
bottom
:
0
;
right
:
0
;
height
:
100%
;
transition-duration
:
.3s
;
transition
:
width
.3s
;
background
:
$gray-light
;
overflow
:
scroll
;
padding
:
10px
20px
;
&
.right-sidebar-expanded
{
...
...
@@ -170,6 +167,14 @@
hr
{
display
:
none
;
}
.sidebar-collapsed-icon
{
display
:
none
;
}
.gutter-toggle
{
border-left
:
1px
solid
$border-gray-light
;
}
}
.subscribe-button
{
...
...
@@ -181,7 +186,6 @@
&
.right-sidebar-collapsed
{
width
:
$sidebar_collapsed_width
;
padding-top
:
0
;
overflow-x
:
hidden
;
hr
{
margin
:
0
;
...
...
@@ -192,21 +196,13 @@
}
.block
{
border-bottom
:
none
;
width
:
$sidebar_collapsed_width
-
1px
;
margin-left
:
-19px
;
padding
:
15px
0
0
0
;
}
}
.btn
{
background
:
$gray-normal
;
border
:
1px
solid
$border-gray-normal
;
&
:hover
{
background
:
$gray-dark
;
border
:
1px
solid
$border-gray-dark
;
}
border-bottom
:
none
;
overflow
:
hidden
;
}
&
.right-sidebar-collapsed
{
.issuable-count
,
.issuable-nav
,
.assignee
>
*,
...
...
@@ -219,15 +215,13 @@
}
.gutter-toggle
{
margin-left
:
-
$gutter_inner_width
+
4
;
margin-left
:
-
36px
;
}
.sidebar-collapsed-icon
{
display
:
block
;
float
:
left
;
width
:
62px
;
width
:
100%
;
text-align
:
center
;
margin-left
:
-19px
;
padding-bottom
:
10px
;
color
:
#999999
;
...
...
@@ -247,14 +241,15 @@
color
:
#999999
;
}
}
}
}
&
.right-sidebar-expanded
{
.sidebar-collapsed-icon
{
display
:
none
;
.btn
{
background
:
$gray-normal
;
border
:
1px
solid
$border-gray-normal
;
&
:hover
{
background
:
$gray-dark
;
border
:
1px
solid
$border-gray-dark
;
}
}
}
...
...
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