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

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;
} }
} }