mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-06 06:03:11 +03:00
Remove bottom padding from sidebar
This commit is contained in:
parent
8274dffad6
commit
fd77917c5a
|
@ -10,7 +10,7 @@
|
||||||
@include position(fixed, top, left, 0, 0)
|
@include position(fixed, top, left, 0, 0)
|
||||||
@include size($sidebar-width, 100vh)
|
@include size($sidebar-width, 100vh)
|
||||||
flex: 0 0 $sidebar-width
|
flex: 0 0 $sidebar-width
|
||||||
padding: calc(#{$nav-height} + 1.5rem) 0 2rem
|
padding: calc(#{$nav-height} + 1.5rem) 0 0
|
||||||
z-index: 10
|
z-index: 10
|
||||||
border-right: 1px solid $color-subtle
|
border-right: 1px solid $color-subtle
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user