[frontend]: Fix spacing of Statistics page

This commit is contained in:
2025-03-11 21:13:51 +00:00
parent 5bebc65420
commit 7d7ed7f05b
4 changed files with 32 additions and 7 deletions

View File

@ -4,7 +4,7 @@ import PropTypes from "prop-types";
const LoadingOverlay = ({ message }) => (
<div style={{
position: "absolute", top: 0, left: 0, width: "100%", height: "100%",
background: "rgba(0, 0, 0, 0.5)", display: "flex",
background: "rgba(0, 0, 0, 0.85)", display: "flex",
alignItems: "center", justifyContent: "center", textAlign: "center",
color: "white", fontSize: "20px", fontWeight: "bold",
zIndex: 1000