gui changes

This commit is contained in:
Sylvain Schneider
2026-05-11 23:59:20 +02:00
parent d4248775b9
commit 8aa3128edf
10 changed files with 374 additions and 222 deletions

View File

@@ -184,8 +184,8 @@ const onNodeSelect = (node: TreeNode) => {
flex-direction: column;
gap: 0.5rem;
padding: 0.75rem;
border: 1px solid rgba(96, 117, 156, 0.16);
border-radius: 0.5rem;
border: none;
border-radius: 0;
background: rgba(255, 255, 255, 0.86);
box-shadow: 0 24px 60px rgba(34, 49, 77, 0.12);
backdrop-filter: blur(18px);
@@ -330,3 +330,5 @@ const onNodeSelect = (node: TreeNode) => {
}
}
</style>