1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Fixed free space and missing for selected root folder value

This commit is contained in:
Bogdan
2025-04-29 03:11:13 +03:00
committed by GitHub
parent cf08e947c4
commit 415498efb3
5 changed files with 82 additions and 82 deletions
@@ -30,3 +30,11 @@
text-align: right;
font-size: $smallFontSize;
}
.isMissing {
flex: 0 0 auto;
margin-left: 15px;
color: var(--dangerColor);
text-align: right;
font-size: $smallFontSize;
}