gui changes
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user