The queue sidepanel items are misaligned
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Expected Behavior
Normal alignment on queue tab.
### Actual Behavior
When queuing up several generations, the "buffering icon" shows up below the actual currently queued item, which causes the queue to become misaligned, and causes the top item in the queue to become mostly cut off:
This is mostly just an inconvenience thing and not a critical issue, but this didn't happen until I updated ComfyUI sometime last week. I've made sure to disable all custom nodes, but it still happens.
### Steps to Reproduce
Queue stuff, open the queue sidepanel.
### Debug Logs
```powershell
Z:\webui\ComfyUI_new\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --use-sage-attention --disable-all-custom-nodes
Checkpoint files will always be loaded safely.
Total VRAM 24576 MB, total RAM 65462 MB
pytorch version: 2.8.0+cu128
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync
Using sage attention
Python version: 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]
ComfyUI version: 0.3.60
ComfyUI frontend version: 1.26.13
[Prompt Server] web root: Z:\webui\ComfyUI_new\ComfyUI_windows_portable\python_embeded\Lib\site-packages\comfyui_frontend_package\static
Skipping loading of custom nodes
Context impl SQLiteImpl.
Will assume non-transactional DDL.
No target revision found.
Starting server
To see the GUI go to: http://127.0.0.1:8188
got prompt
Using pytorch attention in VAE
Using pytorch attention in VAE
got prompt
got prompt
got prompt
VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
got prompt
CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
model weight dtype torch.bfloat16, manual cast: None
model_type FLUX
Interrupting prompt b71ed999-24f6-48fa-84ed-6ebe121c3401
Processing interrupted
Prompt executed in 104.36 seconds
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.