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
03a669d8
Commit
03a669d8
authored
Jan 16, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broadcast message overflow
parent
33f27fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
12 deletions
+8
-12
app/assets/stylesheets/sections/nav_sidebar.scss
app/assets/stylesheets/sections/nav_sidebar.scss
+8
-12
No files found.
app/assets/stylesheets/sections/nav_sidebar.scss
View file @
03a669d8
.page-with-sidebar
{
background
:
#F5F5F5
;
.sidebar-wrapper
{
position
:
fixed
;
top
:
0
;
left
:
0
;
height
:
100%
;
border-right
:
1px
solid
#EAEAEA
;
}
}
.sidebar-wrapper
{
...
...
@@ -97,11 +105,6 @@
.sidebar-wrapper
{
width
:
250px
;
position
:
fixed
;
left
:
250px
;
height
:
100%
;
margin-left
:
-250px
;
border-right
:
1px
solid
#EAEAEA
;
.nav-sidebar
{
margin-top
:
20px
;
...
...
@@ -123,11 +126,6 @@
.sidebar-wrapper
{
width
:
52px
;
position
:
fixed
;
top
:
0
;
left
:
0
;
height
:
100%
;
border-right
:
1px
solid
#EAEAEA
;
overflow-x
:
hidden
;
.nav-sidebar
{
...
...
@@ -157,5 +155,3 @@
@media
(
min-width
:
$screen-sm-max
)
{
@include
expanded-sidebar
;
}
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