From 6caae7aa4212d84ef320fe2be412c7e603483e81 Mon Sep 17 00:00:00 2001 From: Sam Wilkins Date: Thu, 16 Jan 2020 19:09:13 -0500 Subject: basic multicolumn resizing implemented, still not performant at all --- src/client/views/CollectionMulticolumnView.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/client/views/CollectionMulticolumnView.scss') diff --git a/src/client/views/CollectionMulticolumnView.scss b/src/client/views/CollectionMulticolumnView.scss index 84e80da4a..1c2389809 100644 --- a/src/client/views/CollectionMulticolumnView.scss +++ b/src/client/views/CollectionMulticolumnView.scss @@ -1,7 +1,14 @@ -.collectionMulticolumnView_outer, .collectionMulticolumnView_contents { + display: flex; width: 100%; height: 100%; overflow: hidden; -} + .spacer { + width: 2px; + background: black; + cursor: ew-resize; + opacity: 0.2; + } + +} \ No newline at end of file -- cgit v1.2.3-70-g09d2