vue-hxs / vue-split-layout

Draggable split panes for vuejs
MIT License
113 stars 34 forks source link

Customize the height of a pane header. #6

Open stalnikar opened 5 years ago

stalnikar commented 5 years ago

I've been trying to set the height of a pane header to make it thinner but I found that it is set to 40px in the Layout css. Is there any way to change it?

stdiopt commented 5 years ago

I believe you could override CSS with

.pane > .header {height: 20px;} 
.pane > .content { top: 20px;}

at most you can do your own pane as the split is meant to accept any content