mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
web/ProcessingQueueItem: fix processing-info overflow on mobile
This commit is contained in:
parent
ef08633bdb
commit
590b42a574
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user