blob: 1c23898092a85dec1d7c7a6c8bc3c32882990dd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.collectionMulticolumnView_contents {
display: flex;
width: 100%;
height: 100%;
overflow: hidden;
.spacer {
width: 2px;
background: black;
cursor: ew-resize;
opacity: 0.2;
}
}
|