1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

New: Show number of files as tooltip over size on disk

Closes #4203
This commit is contained in:
Robin Dadswell
2021-02-07 03:15:31 +00:00
committed by GitHub
parent 5b98a17873
commit a1ddcf2b7b
3 changed files with 33 additions and 15 deletions
@@ -119,6 +119,13 @@
margin: 5px 10px 5px 0;
}
.fileCountMessage {
padding: 5px;
white-space: nowrap;
font-weight: 300;
font-size: 15px;
}
.path,
.sizeOnDisk,
.qualityProfileName,