分开上下行统计
This commit is contained in:
@@ -557,6 +557,23 @@ input:checked+.slider:before {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.stat-card-value-group {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.stat-card-value-group .stat-card-value {
|
||||
font-size: 1.3rem; /* Slightly smaller to fit two in one row */
|
||||
}
|
||||
|
||||
.stat-card-separator {
|
||||
font-size: 1rem;
|
||||
color: var(--text-muted);
|
||||
opacity: 0.5;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.stat-card-servers .stat-card-value {
|
||||
color: var(--accent-purple);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user