wannabegeek / ng2-split-pane

Split View module for Angular 2
MIT License
43 stars 25 forks source link

Feature Request: provide handle width as input #5

Closed seanspicer closed 7 years ago

seanspicer commented 7 years ago

Can you expose the handle width as an input? Currently it is fixed at 7px. This may not work in all applications.

siovene commented 7 years ago

@seanspicer, you can easily override it with your CSS, tho, can't you?

siovene commented 7 years ago

@seanspicer actually you are right. Modifying the CSS is not enough because the value of 8px is hard-coded in dividerPosition().

siovene commented 7 years ago

I'm starting working on this.

siovene commented 7 years ago

PR submitted: https://github.com/wannabegeek/ng2-split-pane/pull/16

siovene commented 7 years ago

@wannabegeek can you please close this bug? It didn't automatically close via the commit message.

siovene commented 7 years ago

@seanspicer this is now implmented in the latest release, if you still need it.