web/ProcessingQueueItem: fix unintentional overflow

this resulted the queue to be scrollable horizontally when multiple items are present. caused by the button reveal animation. only affected desktop layouts
This commit is contained in:
wukko 2025-05-30 13:19:26 +06:00
parent d6e2f3cb12
commit ea3223e0b0
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -262,6 +262,7 @@
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
position: relative; position: relative;
overflow: hidden;
} }
.processing-item { .processing-item {