aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.scss
diff options
context:
space:
mode:
authorAubrey-Li <aubreylys@hotmail.com>2022-04-26 16:16:28 -0400
committerAubrey-Li <aubreylys@hotmail.com>2022-04-26 16:16:28 -0400
commit313c761f4207d55ebda05c18c2bd4a42539fdfe0 (patch)
tree94d5716089bb5815fff02cc08d3b08f8ae1e30f8 /src/client/views/collections/CollectionTreeView.scss
parentd935a8c1aad3fa6acaa4522aeb667afaaeddc60c (diff)
parentf4b6942fc1cad1f7e7ec7552e22f6c56bc158a77 (diff)
Merge branch master into presentation_upgrade
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
-rw-r--r--src/client/views/collections/CollectionTreeView.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss
index b664d9d82..a8eee9c19 100644
--- a/src/client/views/collections/CollectionTreeView.scss
+++ b/src/client/views/collections/CollectionTreeView.scss
@@ -2,6 +2,7 @@
.collectionTreeView-container {
transform-origin: top left;
+ height: 100%;
}
.collectionTreeView-dropTarget {
border-width: $COLLECTION_BORDER_WIDTH;
@@ -71,6 +72,11 @@
display: none;
}
+.collectionTreeView-contents {
+ display: flex;
+ flex-direction: column;
+}
+
.collectionTreeView-titleBar {
display: inline-block;
width: 100%;