Ship UI productivity upgrades and extraction progress flow in v1.4.0

This commit is contained in:
Sucukdeluxe
2026-02-27 16:23:19 +01:00
parent 7b5218ad98
commit 4fc0ce26f3
10 changed files with 372 additions and 76 deletions
+22
View File
@@ -236,6 +236,11 @@ body,
resize: vertical;
}
.password-list {
min-height: 120px;
resize: vertical;
}
.input-row input {
flex: 1;
}
@@ -256,6 +261,23 @@ body,
gap: 10px;
}
.downloads-toolbar {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.search-input {
width: min(360px, 100%);
background: var(--field);
color: var(--text);
border: 1px solid var(--border);
border-radius: 9px;
padding: 7px 9px;
}
.collector-header {
display: flex;
justify-content: space-between;