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
Léo-Paul Géneau
gitlab-ce
Commits
7dfb3a3f
Commit
7dfb3a3f
authored
Sep 04, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix new_sidebar.scss being out of date
parent
789cc678
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
6 deletions
+18
-6
app/assets/stylesheets/new_sidebar.scss
app/assets/stylesheets/new_sidebar.scss
+18
-6
No files found.
app/assets/stylesheets/new_sidebar.scss
View file @
7dfb3a3f
...
...
@@ -70,8 +70,7 @@ $new-sidebar-collapsed-width: 50px;
background-color
:
$white-light
;
}
.project-title
,
.group-title
{
.sidebar-context-title
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
...
...
@@ -97,21 +96,28 @@ $new-sidebar-collapsed-width: 50px;
top
:
$header-height
;
bottom
:
0
;
left
:
0
;
overflow
:
auto
;
background-color
:
$gray-normal
;
box-shadow
:
inset
-2px
0
0
$border-color
;
transform
:
translate3d
(
0
,
0
,
0
);
&
.sidebar-icons-only
{
width
:
$new-sidebar-collapsed-width
;
.nav-sidebar-inner-scroll
{
overflow-x
:
hidden
;
}
.badge
,
.
projec
t-title
{
.
sidebar-contex
t-title
{
display
:
none
;
}
.nav-item-name
{
opacity
:
0
;
display
:
none
;
}
.sidebar-top-level-items
>
li
>
a
{
min-height
:
44px
;
}
}
...
...
@@ -176,6 +182,12 @@ $new-sidebar-collapsed-width: 50px;
}
}
.nav-sidebar-inner-scroll
{
height
:
100%
;
width
:
100%
;
overflow
:
auto
;
}
.with-performance-bar
.nav-sidebar
{
top
:
$header-height
+
$performance-bar-height
;
}
...
...
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