Fixed a few minor problems like queue confirms working well for environments with spaces
This commit is contained in:
@@ -375,7 +375,7 @@ const LoginPage = props => {
|
||||
padding: "40px",
|
||||
flex: 1,
|
||||
maxWidth: isMobile ? "100%" : 410,
|
||||
minWidth: 410,
|
||||
minWidth: isCloud ? 410 : 475,
|
||||
background: "#212121",
|
||||
borderRadius: "12px",
|
||||
display: "flex",
|
||||
|
||||
Reference in New Issue
Block a user