web/ProcessingQueueItem: fix processing-info overflow on mobile

This commit is contained in:
wukko 2025-01-31 23:20:44 +06:00
parent ef08633bdb
commit 590b42a574
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -210,10 +210,10 @@
} }
} }
/* TODO: fix this shitty workaround */
@media(hover: none) { @media(hover: none) {
.processing-info { .processing-info {
width: calc(100% - 80px); overflow: hidden;
flex: 1;
} }
} }