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
e94482d1
Commit
e94482d1
authored
Mar 18, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue sidebar overlaps on tablet
parent
0e85a8b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
16 deletions
+7
-16
sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+7
-16
No files found.
app/assets/stylesheets/framework/sidebar.scss
View file @
e94482d1
...
...
@@ -27,14 +27,15 @@
}
&
.right-sidebar-expanded
{
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
padding-right
:
0
;
/* Small devices (tablets, 768px and up) */
@media
(
min-width
:
$screen-sm-min
)
{
padding-right
:
$
gutter
_width
;
@media
(
min-width
:
$screen-sm-min
)
and
(
max-width
:
$screen-sm-max
)
{
padding-right
:
$
sidebar_collapsed
_width
;
}
@media
(
min-width
:
$screen-md-min
)
{
padding-right
:
$gutter_width
;
}
}
}
...
...
@@ -209,15 +210,6 @@
padding-left
:
$sidebar_width
;
}
&
.right-sidebar-collapsed
{
/* Extra small devices (phones, less than 768px) */
padding-right
:
0
;
/* Small devices (tablets, 768px and up) */
@media
(
min-width
:
$screen-sm-min
)
{
padding-right
:
$sidebar_collapsed_width
;
}
}
.sidebar-wrapper
{
width
:
$sidebar_width
;
...
...
@@ -241,9 +233,8 @@
padding-left
:
$sidebar_collapsed_width
;
&
.right-sidebar-collapsed
{
/* Extra small devices (phones, less than 768px) */
padding-right
:
0
;
/* Small devices (tablets, 768px and up) */
@media
(
min-width
:
$screen-sm-min
)
{
padding-right
:
$sidebar_collapsed_width
;
}
...
...
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