web/ProcessingQueueItem: mobile css fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user