web/ProcessingQueueItem: mobile css fixes

This commit is contained in:
wukko
2025-01-31 23:06:17 +06:00
parent 00d376d4ac
commit ef08633bdb
2 changed files with 12 additions and 2 deletions

View File

@@ -111,9 +111,10 @@
.file-actions {
display: flex;
flex-direction: row;
justify-content: center;
justify-content: flex-start;
align-items: center;
position: relative;
overflow: hidden;
}
.processing-item {
@@ -209,6 +210,13 @@
}
}
/* TODO: fix this shitty workaround */
@media(hover: none) {
.processing-info {
width: calc(100% - 80px);
}
}
.action-button {
padding: 8px;
height: auto;