diff options
| author | bobzel <zzzman@gmail.com> | 2020-12-16 12:02:52 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-12-16 12:02:52 -0500 |
| commit | 0426828be40e077a2d5d30597076db53a26bb81f (patch) | |
| tree | 208735868f37c041e3298a87eb1984633ea93738 /src/client/views/collections/CollectionTreeView.scss | |
| parent | f54dd2851a1dd99157a4047d7d17d0c40178d30e (diff) | |
fixed treeView layouts to pass good values for panelWidth/height to DocumentView. renamed Selectionmanager methods to be views not documents.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss index f774af74f..72ab51784 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -21,7 +21,7 @@ ul { list-style: none; - padding-left: 20px; + padding-left: $TREE_BULLET_WIDTH; margin-bottom: 1px; // otherwise vertical scrollbars may pop up for no apparent reason.... > .contentFittingDocumentView { width: unset; |
