Fix on scrollbars
This commit is contained in:
parent
6ef2c5ca0d
commit
9e952b0436
@ -1,9 +1,9 @@
|
|||||||
::-webkit-scrollbar
|
::-webkit-scrollbar
|
||||||
width: 5px
|
width: 9px
|
||||||
height: 5px
|
height: 9px
|
||||||
|
|
||||||
::-webkit-scrollbar-track
|
::-webkit-scrollbar-track
|
||||||
background-color: rgba($color-background, .2)
|
background-color: transparent
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb
|
::-webkit-scrollbar-thumb
|
||||||
background-color: rgba($color-text-dark-hint, .6)
|
background-color: rgba($color-text-dark-hint, .6)
|
||||||
|
@ -31,7 +31,6 @@ $project-sidebar-background: $color-background-nav
|
|||||||
position: fixed
|
position: fixed
|
||||||
z-index: $z-index-base + 5
|
z-index: $z-index-base + 5
|
||||||
width: $project_nav-width
|
width: $project_nav-width
|
||||||
overflow: hidden
|
|
||||||
|
|
||||||
+media-xs
|
+media-xs
|
||||||
display: block
|
display: block
|
||||||
@ -213,7 +212,7 @@ $project-sidebar-background: $color-background-nav
|
|||||||
width: 100%
|
width: 100%
|
||||||
background-color: $color-background-light
|
background-color: $color-background-light
|
||||||
border-bottom: thin solid lighten($color-text-dark-hint, 10%)
|
border-bottom: thin solid lighten($color-text-dark-hint, 10%)
|
||||||
box-shadow: 0 0 25px rgba(black, .2)
|
box-shadow: -15px 5px 25px rgba(black, .2)
|
||||||
|
|
||||||
/* Name of the project */
|
/* Name of the project */
|
||||||
.project-title
|
.project-title
|
||||||
@ -712,6 +711,9 @@ ul.project_nav-edit-list
|
|||||||
.project_split
|
.project_split
|
||||||
background-color: $color-background-nav
|
background-color: $color-background-nav
|
||||||
cursor: e-resize
|
cursor: e-resize
|
||||||
|
right: 0
|
||||||
|
left: 8px
|
||||||
|
width: 10px
|
||||||
|
|
||||||
#project_nav
|
#project_nav
|
||||||
width: 5px
|
width: 5px
|
||||||
@ -755,24 +757,14 @@ ul.project_nav-edit-list
|
|||||||
width: 15px
|
width: 15px
|
||||||
margin-left: -8px
|
margin-left: -8px
|
||||||
top: 0
|
top: 0
|
||||||
right: 0
|
right: -15px
|
||||||
bottom: 0
|
bottom: 0
|
||||||
z-index: $z-index-base
|
|
||||||
cursor: w-resize
|
cursor: w-resize
|
||||||
user-select: none
|
user-select: none
|
||||||
|
|
||||||
+media-xs
|
+media-xs
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
&:before
|
|
||||||
content: ' '
|
|
||||||
position: absolute
|
|
||||||
top: 0
|
|
||||||
right: 0
|
|
||||||
bottom: 0
|
|
||||||
width: 2px
|
|
||||||
background-color: $color-background-nav-light
|
|
||||||
|
|
||||||
/* Node Context */
|
/* Node Context */
|
||||||
=project-node-title
|
=project-node-title
|
||||||
font:
|
font:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user