improve: adjust layout of path node

This commit is contained in:
h z
2024-12-06 19:01:03 +00:00
parent df7ba4c490
commit a1473e51e7
4 changed files with 132 additions and 164 deletions

View File

@@ -35,3 +35,15 @@
font-size: 0.9rem;
margin-left: 1rem;
}
.actions {
display: flex;
justify-content: flex-end;
margin-left: auto;
}
.path-node-header {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}