服务器分布居中

This commit is contained in:
CN-JS-HuiBai
2026-04-06 16:19:23 +08:00
parent b79655ccdc
commit ff1c53ea40

View File

@@ -2498,8 +2498,13 @@ input:checked+.slider:before {
}
/* -- Traffic footer compact -- */
.chart-footer {
justify-content: center;
text-align: center;
}
.traffic-stat {
align-items: flex-start;
align-items: center;
}
}