web/ProcessingQueue: fix ui on narrow screens

This commit is contained in:
wukko
2024-12-18 17:47:48 +06:00
parent eba8dc3767
commit f3ff3656ef
2 changed files with 15 additions and 9 deletions

View File

@@ -52,7 +52,7 @@
}
.processing-item {
width: 425px;
width: 100%;
padding: 8px 0;
gap: 8px;
border-bottom: 1.5px var(--button-elevated) solid;