diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-04-04 13:38:55 -0400 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-04-04 13:38:55 -0400 |
| commit | 15c1c952c50bb2de972c614e46c5f33c2b2952cc (patch) | |
| tree | e8d7330336b80939e82749290c22ef5a05b01224 /src/client/views/collections/TreeView.scss | |
| parent | 479dff344ff2cf92ace9c68c3ce6d03e6e6dce22 (diff) | |
| parent | ee17752109ba1238d645a4df7cee1cf60855f8df (diff) | |
merging
Diffstat (limited to 'src/client/views/collections/TreeView.scss')
| -rw-r--r-- | src/client/views/collections/TreeView.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/views/collections/TreeView.scss b/src/client/views/collections/TreeView.scss index 2f74a49bb..5b0c04f33 100644 --- a/src/client/views/collections/TreeView.scss +++ b/src/client/views/collections/TreeView.scss @@ -13,14 +13,15 @@ .treeView-container-active { .bullet-outline { position: relative; - width: 15px; + width: $TREE_BULLET_WIDTH; color: $intermediate-color; transform: scale(0.5); - display: inline-block; + display: inline-flex; + align-items: center; } .treeView-bulletIcons { - width: 15px; + width: $TREE_BULLET_WIDTH; .treeView-expandIcon { display: none; |
