feat(downloads): explain unknown remaining sizes

This commit is contained in:
Sucukdeluxe
2026-08-21 01:06:03 +02:00
parent 869dbc25be
commit 8fb92caa30
7 changed files with 53 additions and 4 deletions
@@ -155,6 +155,21 @@
font-size: 12px;
}
.downloads-sidebar-status .has-tooltip {
cursor: help;
}
.downloads-visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip-path: inset(50%);
border: 0;
white-space: nowrap;
}
.downloads-sidebar-status strong {
color: var(--ui-text);
font-weight: 600;