mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
Position sidebar task items at top of tile
This commit is contained in:
@@ -224,7 +224,7 @@ const cancelledWithoutResults = computed(() => {
|
|||||||
|
|
||||||
.task-item-details {
|
.task-item-details {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
top: 0.5rem;
|
||||||
padding: 0.6rem;
|
padding: 0.6rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|||||||
Reference in New Issue
Block a user