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
1c05332e
Commit
1c05332e
authored
Oct 28, 2016
by
Phil Hughes
Committed by
Fatih Acet
Oct 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed sticky MR tabs positioning when sidebar is pinned
Closes #23926
parent
dcc699af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
CHANGELOG.md
CHANGELOG.md
+1
-0
app/assets/stylesheets/framework/sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+12
-0
No files found.
CHANGELOG.md
View file @
1c05332e
...
...
@@ -43,6 +43,7 @@ Please view this file on the master branch, on stable branches it's out of date.
-
Fix importing MR comments from GitHub !7139
-
Modify GitHub importer to be retryable !7003
-
Fix and improve
`Sortable.highest_label_priority`
-
Fixed sticky merge request tabs when sidebar is pinned
## 8.13.1 (2016-10-25)
-
Fix branch protection API. !6215
...
...
app/assets/stylesheets/framework/sidebar.scss
View file @
1c05332e
...
...
@@ -164,6 +164,18 @@
padding-left
:
$sidebar_width
;
}
}
.merge-request-tabs-holder.affix
{
@media
(
min-width
:
$sidebar-breakpoint
)
{
left
:
$sidebar_width
;
}
}
&
.right-sidebar-expanded
{
.line-resolve-all-container
{
display
:
none
;
}
}
}
header
.header-sidebar-pinned
{
...
...
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