[frontend]: Make CSS more responsive for small screens
This commit is contained in:
@ -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
|
||||
}}>
|
||||
|
Reference in New Issue
Block a user