aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.scss
diff options
context:
space:
mode:
authorAubrey Li <Aubrey-Li>2021-12-02 15:06:27 -0500
committerAubrey Li <Aubrey-Li>2021-12-02 15:06:27 -0500
commit3ce1455986d4f42c75c8aabc8aec56805e655747 (patch)
tree82eb891e8f7093cf60962a6fb92a1ef642a4c194 /src/client/views/collections/CollectionTreeView.scss
parent657a4c11b6b1526bacc79fbefe4b461e932c75e7 (diff)
parent2cb18e75aa487ff98086e15fef93e2f549c30496 (diff)
Merge branch 'trails-aubrey' of https://github.com/brown-dash/Dash-Web into trails-aubrey
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
-rw-r--r--src/client/views/collections/CollectionTreeView.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss
index d370d21ab..b664d9d82 100644
--- a/src/client/views/collections/CollectionTreeView.scss
+++ b/src/client/views/collections/CollectionTreeView.scss
@@ -71,6 +71,15 @@
display: none;
}
+.collectionTreeView-titleBar {
+ display: inline-block;
+ width: 100%;
+ height: max-content;
+ .contentFittingDocumentView {
+ display: block; // makes titleBar take up full width of the treeView (flex doesn't for some reason)
+ }
+}
+
.collectionTreeView-keyHeader:hover {
background: #797777;
cursor: pointer;