Skip to content

Commit

Permalink
update PoseNode, code cleaning and saving method data pose
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekPet committed Jan 24, 2025
1 parent bcf99fc commit 37d8fb4
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 277 deletions.
11 changes: 11 additions & 0 deletions PoseNode/css/pose_node_styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.canvas_container_openpose {
width: auto !important;
height: auto !important;
}
.canvas_container_openpose canvas {
width: 100% !important;
height: auto !important;
}
.pose_panelButtons {
position: absolute;
padding: 4px;
Expand All @@ -6,6 +14,9 @@
flex-direction: column;
width: fit-content;
}
.pose_panelButtons button {
width: 32px;
}
.pose_panelButtons .clear_history {
border-color: var(--error-text);
color: var(--error-text) !important;
Expand Down
Loading

0 comments on commit 37d8fb4

Please sign in to comment.