[frontend]: Fix spacing of Statistics page
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user