This commit is contained in:
Admin9705
2025-08-24 00:27:15 -04:00
parent 0b460a733b
commit 3d2a4299a6

View File

@@ -856,6 +856,15 @@
line-height: 1;
}
/* Ensure Success Rate label shows and values match other stats sizing */
.prowlarr-statistics-card .stat-label {
display: block;
opacity: 1;
}
.prowlarr-statistics-card .stat-value {
font-size: 1.4em; /* keep consistent with other stat values */
}
.stat-value.success {
color: #10b981;
text-shadow: 0 0 8px rgba(16, 185, 129, 0.3);