From 0c242e1a2c27ac4ddd34ea37235f0e6beceee1a3 Mon Sep 17 00:00:00 2001 From: Mahbub Zaman Date: Sat, 9 Sep 2023 20:58:36 +1000 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fbe11a9..0f10f2fe 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. From 973d7c0119b71230260fd7b7de4e636840dc338a Mon Sep 17 00:00:00 2001 From: ashik-75 Date: Sat, 9 Sep 2023 17:05:10 +0600 Subject: [PATCH 2/3] update collapsible menu css --- ui/src/index.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; +} From 8110aa4dde809c61e86cab42cdd42c9058063e07 Mon Sep 17 00:00:00 2001 From: Mahbub Zaman Date: Sat, 9 Sep 2023 21:16:10 +1000 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f10f2fe..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.