diff options
| author | bobzel <zzzman@gmail.com> | 2022-04-13 10:57:08 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-04-13 10:57:08 -0400 |
| commit | 594f585b74bf6ecec3795a4b780da619c66f341d (patch) | |
| tree | 6deb0f0589351e53294f524aca628d7566b0c44c /src/client/views/collections/TreeView.scss | |
| parent | 9fe8d2f771d5029b7c4c9fbd9c6dd316c88f02cd (diff) | |
added images to treeView bullets for docs with icons. fixed following pushpin links to prototypes to toggle delegates when shown. gave groups a default padding. fixed creating icons to not create unnecessary template docs. fixed toggling isPushpin. made summaries simple links instead of templates.
Diffstat (limited to 'src/client/views/collections/TreeView.scss')
| -rw-r--r-- | src/client/views/collections/TreeView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.scss b/src/client/views/collections/TreeView.scss index 2e33d3564..7c75810d3 100644 --- a/src/client/views/collections/TreeView.scss +++ b/src/client/views/collections/TreeView.scss @@ -47,7 +47,7 @@ width: $TREE_BULLET_WIDTH; color: $medium-gray; margin-top: 3px; - transform: scale(1.3, 1.3); + // transform: scale(1.3, 1.3); // bcz: why was this here? It makes displaying images in the treeView for documents that have icons harder. border: #80808030 1px solid; border-radius: 4px; } |
