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
bf27728e
Commit
bf27728e
authored
4 years ago
by
Lee Tickett
Committed by
Kushal Pandya
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sidebar not expanding at certain resolutions
parent
5955f420
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
app/assets/javascripts/main.js
app/assets/javascripts/main.js
+2
-1
changelogs/unreleased/sidebar_not_expanding_at_certain_resolutions.yml
...released/sidebar_not_expanding_at_certain_resolutions.yml
+5
-0
No files found.
app/assets/javascripts/main.js
View file @
bf27728e
...
...
@@ -200,7 +200,8 @@ document.addEventListener('DOMContentLoaded', () => {
}
});
if
(
bootstrapBreakpoint
===
'
sm
'
||
bootstrapBreakpoint
===
'
xs
'
)
{
const
isBoardsPage
=
/
(
projects|groups
)
:boards:show/
.
test
(
document
.
body
.
dataset
.
page
);
if
(
!
isBoardsPage
&&
(
bootstrapBreakpoint
===
'
sm
'
||
bootstrapBreakpoint
===
'
xs
'
))
{
const
$rightSidebar
=
$
(
'
aside.right-sidebar
'
);
const
$layoutPage
=
$
(
'
.layout-page
'
);
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/sidebar_not_expanding_at_certain_resolutions.yml
0 → 100644
View file @
bf27728e
---
title
:
Fix bug with sidebar not expanding at certain resolutions
merge_request
:
25313
author
:
Lee Tickett
type
:
fixed
This diff is collapsed.
Click to expand it.
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