mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 15:22:41 +00:00
Built a new pane split component
This commit is contained in:
16
client/homebrew/splitPane/splitPane.less
Normal file
16
client/homebrew/splitPane/splitPane.less
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
.splitPane{
|
||||
position : relative;
|
||||
display : flex;
|
||||
height : 100%;
|
||||
outline : none;
|
||||
flex-direction : row;
|
||||
.pane{
|
||||
flex : 1;
|
||||
}
|
||||
.divider{
|
||||
width : 5px;
|
||||
cursor : ew-resize;
|
||||
background-color : black;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user