feat(downloads): explain unknown remaining sizes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user