diff --git a/src/login/Template.tsx b/src/login/Template.tsx index 65f434b..8b6660a 100644 --- a/src/login/Template.tsx +++ b/src/login/Template.tsx @@ -181,7 +181,7 @@ export default function Template(props: TemplateProps) { )} )} - + ) { {children} {isMobile && ( - {client.name && {clientInfo}} {auth !== undefined && auth.showTryAnotherWayLink && ( {showTryAnotherWayLink} )} @@ -277,6 +276,12 @@ export default function Template(props: TemplateProps) { )} + + {client.name && isMobile && ( + + {clientInfo} + + )} {!isMobile && ( @@ -323,7 +328,7 @@ function FooterCard({ children, darkMode = false }: { children?: ReactNode; dark background: isMobile ? "unset" : darkMode ? "#00000025" : "#fffffff2", borderRadius: "20px", zIndex: 1, - padding: isMobile ? "4px 0px" : "10px 18px", + padding: isMobile ? "4px 0px" : "8px 18px", boxShadow: isMobile ? "unset" : darkMode ? "0px 5px 20px 5px rgb(255 255 255 / 5%)" : "0px 5px 15px 5px rgb(0 0 0 / 10%)" }} variant="borderless"