Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab FOSS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab FOSS
Merge requests
!4947
Resolve "Pin should show up at 1280px min"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Pin should show up at 1280px min"
19171-pinned-width
into
master
Overview
2
Commits
2
Pipelines
0
Changes
3
Merged
Annabel Dunstone Gray
requested to merge
19171-pinned-width
into
master
8 years ago
Overview
2
Commits
2
Pipelines
0
Changes
3
Expand
What does this MR do?
Decreased window min width for pinned sidebar
What are the relevant issue numbers?
Closes
#19171 (closed)
Part of
#19200 (closed)
Screenshots (if relevant)
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b262e240
2 commits,
8 years ago
3 files
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
app/assets/javascripts/application.js.coffee
+
1
−
1
Options
@@ -261,7 +261,7 @@ $ ->
new
Aside
()
# Sidenav pinning
if
$window
.
width
()
<
1
44
0
and
$
.
cookie
(
'pin_nav'
)
is
'true'
if
$window
.
width
()
<
1
28
0
and
$
.
cookie
(
'pin_nav'
)
is
'true'
$
.
cookie
(
'pin_nav'
,
'false'
,
{
path
:
'/'
})
$
(
'.page-with-sidebar'
)
.
toggleClass
(
'page-sidebar-collapsed page-sidebar-expanded'
)
Loading