Minor fixes

This commit is contained in:
Frikky
2025-03-03 21:38:29 +01:00
parent a658ccafaf
commit e0d479219b
4 changed files with 11 additions and 2590 deletions
+2 -2
View File
@@ -680,8 +680,8 @@ const LoginPage = props => {
<form onSubmit={onSubmit} style={{ margin: 15, width: isMobile ? "100%" : "360px", width: "max-content", overflow: "hidden", textAlign: "center", }}>
<img
style={{
height: isMobile ? 44 : 75,
width: isMobile ? 44 : 75,
height: isMobile ? 44 : 60,
width: isMobile ? 44 : 60,
paddingBottom: isMobile ? null : 40
}}
src="images/logos/orange_logo.svg"
File diff suppressed because it is too large Load Diff