diff --git a/README.md b/README.md index 2fbe11a9..2c4bacc4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Binary Tree - binary tree logo + binary tree logo
 [binarytree.dev](https://binarytree.dev) 
offers a range of developer productivity tools to save time. diff --git a/ui/src/index.css b/ui/src/index.css index faebca89..9631767d 100644 --- a/ui/src/index.css +++ b/ui/src/index.css @@ -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; +}