BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
5906a256
Commit
5906a256
authored
Mar 29, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '29830-build-scroll-indicator' into 'master'
don't pad hidden sidebar on build and wiki pages Closes #29830 See merge request !10199
parents
b351a77a
f31bf3d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+2
-2
29830-build-scroll-indicator.yml
changelogs/unreleased/29830-build-scroll-indicator.yml
+4
-0
No files found.
app/assets/stylesheets/framework/sidebar.scss
View file @
5906a256
...
...
@@ -33,7 +33,7 @@
padding-right
:
0
;
@media
(
min-width
:
$screen-sm-min
)
{
.content-wrapper
{
&
:not
(
.wiki-sidebar
)
:not
(
.build-sidebar
)
.content-wrapper
{
padding-right
:
$gutter_collapsed_width
;
}
...
...
@@ -55,7 +55,7 @@
padding-right
:
0
;
@media
(
min-width
:
$screen-sm-min
)
and
(
max-width
:
$screen-sm-max
)
{
.content-wrapper
{
&
:not
(
.wiki-sidebar
)
:not
(
.build-sidebar
)
.content-wrapper
{
padding-right
:
$gutter_collapsed_width
;
}
}
...
...
changelogs/unreleased/29830-build-scroll-indicator.yml
0 → 100644
View file @
5906a256
---
title
:
fix sidebar padding for build and wiki pages
merge_request
:
author
:
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