Fixed a few minor problems like queue confirms working well for environments with spaces

This commit is contained in:
Frikky
2025-04-02 12:20:48 +02:00
parent d381a50a86
commit 2e40266171
6 changed files with 36 additions and 29 deletions
+1 -1
View File
@@ -1247,7 +1247,7 @@ const Navbar = (props) => {
letterSpacing: '0.5px',
}}
>
Coming Soon
Beta: Coming Soon
</Typography>
)}
</Box>
+1 -1
View File
@@ -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",