mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +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 size($sidebar-width, 100vh)
|
||||
flex: 0 0 $sidebar-width
|
||||
padding: calc(#{$nav-height} + 1.5rem) 0 2rem
|
||||
padding: calc(#{$nav-height} + 1.5rem) 0 0
|
||||
z-index: 10
|
||||
border-right: 1px solid $color-subtle
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user