release: Multi-Hoster-Upload 2.1.10

This commit is contained in:
Sucukdeluxe
2026-08-11 18:32:05 +02:00
parent e8eea5b5de
commit 191fe92d44
6 changed files with 76 additions and 38 deletions
+14 -6
View File
@@ -2518,13 +2518,18 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
}
.view-sidebar-badge {
height: 22px;
min-width: 22px;
padding: 2px 6px;
display: inline-grid;
place-items: center;
padding: 0 7px;
border-radius: 999px;
background: rgba(255, 255, 255, .055);
color: var(--text-dim);
font-size: 10px;
background: var(--accent);
color: var(--accent-ink);
font-size: 12px;
font-weight: 700;
font-variant-numeric: tabular-nums;
line-height: 1;
text-align: center;
}
@@ -3768,11 +3773,14 @@ input[type="checkbox"] {
display: grid;
}
#upload-view .view-sidebar-copy,
#upload-view .view-sidebar-badge {
#upload-view .view-sidebar-copy {
display: block;
}
#upload-view .view-sidebar-badge {
display: grid;
}
#upload-view .upload-sidebar-lower {
min-width: 0;
gap: 10px;