[frontend]: Make CSS more responsive for small screens

This commit is contained in:
2025-03-08 14:20:13 +00:00
parent 1382cf5dc0
commit b126046c94
3 changed files with 7 additions and 5 deletions

View File

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