aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTreeView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-08-26 15:10:09 -0400
committerbobzel <zzzman@gmail.com>2021-08-26 15:10:09 -0400
commit7a1b11bd9d71d4b414059b6cbc0ad518011f7cdd (patch)
tree5619e2d6a51beceaafc39420ef66c6d21bc099f0 /src/client/views/collections/CollectionTreeView.scss
parent26cd0fb5b14ef0fac6f09228bbca6e16013506e8 (diff)
another tree view fix for lightbox view and having tree view items not go off screen width-wise
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
-rw-r--r--src/client/views/collections/CollectionTreeView.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss
index ec461ab94..d370d21ab 100644
--- a/src/client/views/collections/CollectionTreeView.scss
+++ b/src/client/views/collections/CollectionTreeView.scss
@@ -1,5 +1,8 @@
@import "../global/globalCssVariables";
+.collectionTreeView-container {
+ transform-origin: top left;
+}
.collectionTreeView-dropTarget {
border-width: $COLLECTION_BORDER_WIDTH;
border-color: transparent;
@@ -35,6 +38,11 @@
width: max-content;
}
+ .no-indent-outline {
+ padding-left: 0;
+ width: 100%;
+ }
+
.editableView-container {
font-weight: bold;
}