Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lifeparticle/binarytree
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Sep 9, 2023
2 parents 4506dd4 + 8110aa4 commit 2c212d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Binary Tree

<a href="https://binarytree.dev/" target="_blank">
<img src="https://github.com/lifeparticle/binarytree/assets/1612112/6f63be18-2c59-4713-91a4-260c3a4e12fe" alt="binary tree logo" height="200" align="right"/>
<img src="https://github.com/lifeparticle/lifeparticle/blob/master/gh_social.png" alt="binary tree logo" height="130" align="right"/>
</a>

<kbd> <br> [binarytree.dev](https://binarytree.dev) <br> </kbd> offers a range of developer productivity tools to save time.
Expand Down
12 changes: 12 additions & 0 deletions ui/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,15 @@ h5 {
/* can we do better? */
border-radius: 0 0 0 0 !important;
}

/* collapmenu align center */
:where(.css-dev-only-do-not-override-1jglot0).ant-menu-submenu-popup
.ant-menu-vertical
> .ant-menu-item,
:where(.css-dev-only-do-not-override-1jglot0).ant-menu-submenu-popup
.ant-menu-vertical
> .ant-menu-submenu
> .ant-menu-submenu-title {
display: flex;
align-items: center;
}

0 comments on commit 2c212d8

Please sign in to comment.