mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2026-01-24 18:27:12 +00:00
16 lines
260 B
Plaintext
16 lines
260 B
Plaintext
|
|
.splitPane{
|
|
position : relative;
|
|
display : flex;
|
|
height : 100%;
|
|
outline : none;
|
|
flex-direction : row;
|
|
.pane{
|
|
flex : 1;
|
|
}
|
|
.divider{
|
|
width : 5px;
|
|
cursor : ew-resize;
|
|
background-color : black;
|
|
}
|
|
} |