mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 14:02:40 +00:00
17 lines
282 B
Plaintext
17 lines
282 B
Plaintext
|
|
.splitPane{
|
|
position : relative;
|
|
display : flex;
|
|
height : 100%;
|
|
outline : none;
|
|
flex-direction : row;
|
|
.pane{
|
|
flex : 1;
|
|
overflow-x: hidden;
|
|
}
|
|
.divider{
|
|
width : 5px;
|
|
cursor : ew-resize;
|
|
background-color : black;
|
|
}
|
|
} |