This commit is contained in:
overcuriousity
2025-09-14 15:31:18 +02:00
parent 2ae33bc5ba
commit 72f7056bc7
5 changed files with 62 additions and 4 deletions

View File

@@ -517,7 +517,7 @@ input[type="text"]:focus, select:focus {
color: #e0e0e0;
}
.provider-stats {
.provider-stats, .provider-task-stats {
font-size: 0.8rem;
color: #999;
display: grid;
@@ -526,6 +526,13 @@ input[type="text"]:focus, select:focus {
margin-top: 0.5rem;
}
.provider-task-stats {
border-top: 1px solid #333;
padding-top: 0.5rem;
margin-top: 0.5rem;
}
.provider-stat {
display: flex;
justify-content: space-between;